Changeset 4104 for branches/Grace/src
- Timestamp:
- Aug 28, 2000, 8:31:04 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Grace/src/win32k/ldr/mytkStartProcess.asm
r4076 r4104 1 ; $Id: mytkStartProcess.asm,v 1.1.2. 4 2000-08-24 01:36:26bird Exp $1 ; $Id: mytkStartProcess.asm,v 1.1.2.5 2000-08-28 18:31:04 bird Exp $ 2 2 ; 3 3 ; tkStartProcess overloader. Needed to clear the loader semaphore … … 97 97 mov pExeModule, 0 ; Sets the exemodule pointer to NULL. 98 98 mov fTkExecPgm, 0 ; Marks global data invalid. 99 cmp eax, 1; If usage count > 1 then issue a release. (should not happen here)100 j emtksp_ret ; jmp if usage count < 2. (tkStartProcess or tkExecPgm will free the last usage).99 cmp eax, 2 ; If usage count > 1 then issue a release. (should not happen here) 100 jl mtksp_ret ; jmp if usage count < 2. (tkStartProcess or tkExecPgm will free the last usage). 101 101 call near ptr FLAT:_LDRClearSem@0 102 102
Note:
See TracChangeset
for help on using the changeset viewer.