Ignore:
Timestamp:
Feb 21, 2000, 4:59:21 PM (26 years ago)
Author:
bird
Message:

Finally it's working! (Or at least it seems like working...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/ldr/mytkExecPgm.asm

    r2848 r2849  
    1 ; $Id: mytkExecPgm.asm,v 1.7 2000-02-21 14:53:39 bird Exp $
     1; $Id: mytkExecPgm.asm,v 1.8 2000-02-21 15:59:21 bird Exp $
    22;
    33; mytkExecPgm - tkExecPgm overload
     
    8989
    9090    ASSUME CS:CODE32, DS:NOTHING, SS:NOTHING
    91     int 3
    9291    push    ebp
    9392    mov     ebp, esp
     
    319318
    320319    ASSUME CS:CODE32, DS:NOTHING, SS:NOTHING
    321     int 3
    322320    push    ebp
    323321    mov     ebp, esp
Note: See TracChangeset for help on using the changeset viewer.