Changeset 4104 for branches/Grace/src


Ignore:
Timestamp:
Aug 28, 2000, 8:31:04 PM (25 years ago)
Author:
bird
Message:

Corrected a flaw.

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:26 bird Exp $
     1; $Id: mytkStartProcess.asm,v 1.1.2.5 2000-08-28 18:31:04 bird Exp $
    22;
    33; tkStartProcess overloader. Needed to clear the loader semaphore
     
    9797    mov     pExeModule, 0               ; Sets the exemodule pointer to NULL.
    9898    mov     fTkExecPgm, 0               ; Marks global data invalid.
    99     cmp     eax, 1                      ; If usage count > 1 then issue a release. (should not happen here)
    100     je      mtksp_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).
    101101    call    near ptr FLAT:_LDRClearSem@0
    102102
Note: See TracChangeset for help on using the changeset viewer.