Ignore:
Timestamp:
Aug 23, 2000, 6:25:46 AM (25 years ago)
Author:
bird
Message:

Added missing fakefunctions. Corrections of some bugs.
TestKernels.cmd runs fine.

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:22 bird Exp $
     1; $Id: mytkStartProcess.asm,v 1.1.2.3 2000-08-23 04:25:44 bird Exp $
    22;
    33; tkStartProcess overloader. Needed to clear the loader semaphore
     
    5252    ; Calltable entry for tkStartProcess
    5353    ;
    54     extrn _g_tkStartProcess:PROC
     54    extrn _tkStartProcess:PROC
    5555
    5656;
     
    105105    pop     ecx
    106106    pop     eax
    107     jmp    _g_tkStartProcess
     107    jmp     _tkStartProcess
    108108mytkStartProcess ENDP
    109109
Note: See TracChangeset for help on using the changeset viewer.