Changeset 4073 for branches/Grace/src/win32k/ldr/mytkStartProcess.asm
- Timestamp:
- Aug 23, 2000, 6:25:46 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Grace/src/win32k/ldr/mytkStartProcess.asm
r4068 r4073 1 ; $Id: mytkStartProcess.asm,v 1.1.2. 2 2000-08-22 03:00:22bird Exp $1 ; $Id: mytkStartProcess.asm,v 1.1.2.3 2000-08-23 04:25:44 bird Exp $ 2 2 ; 3 3 ; tkStartProcess overloader. Needed to clear the loader semaphore … … 52 52 ; Calltable entry for tkStartProcess 53 53 ; 54 extrn _ g_tkStartProcess:PROC54 extrn _tkStartProcess:PROC 55 55 56 56 ; … … 105 105 pop ecx 106 106 pop eax 107 jmp _g_tkStartProcess107 jmp _tkStartProcess 108 108 mytkStartProcess ENDP 109 109
Note:
See TracChangeset
for help on using the changeset viewer.