Changeset 4025 for branches/Grace/src/win32k/ldr/mytkExecPgm.asm
- Timestamp:
- Aug 17, 2000, 10:23:35 AM (25 years ago)
- File:
-
- 1 edited
-
branches/Grace/src/win32k/ldr/mytkExecPgm.asm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/Grace/src/win32k/ldr/mytkExecPgm.asm
r3834 r4025 1 ; $Id: mytkExecPgm.asm,v 1.10.4. 1 2000-07-16 22:43:38bird Exp $1 ; $Id: mytkExecPgm.asm,v 1.10.4.2 2000-08-17 08:23:34 bird Exp $ 2 2 ; 3 3 ; mytkExecPgm - tkExecPgm overload … … 199 199 add cx, 3 + 260 ; 260 = additional arguments from a script file or something. 200 200 ; 3 = two '\0's and a space after added argument. 201 cmp ecx, CCHARGUMENTS; argument Buffersize.201 cmp cx, CCHARGUMENTS ; argument Buffersize. 202 202 jae tkepgm_backout ; jmp if argument + file + additional arguments >= buffer size 203 203 … … 223 223 224 224 push 0ffffffffh ; Wait indefinitely. 225 push dword ptr [eax]; LDRSem handle.225 push dword ptr eax ; LDRSem handle. 226 226 call near ptr FLAT:_KSEMRequestMutex@8 227 227 or eax, eax ; Check if failed.
Note:
See TracChangeset
for help on using the changeset viewer.
