Changeset 2872 for trunk/src/win32k


Ignore:
Timestamp:
Feb 23, 2000, 5:53:04 PM (26 years ago)
Author:
bird
Message:

Oopps. Forgot an int 3.

File:
1 edited

Legend:

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

    r2871 r2872  
    1 ; $Id: mytkExecPgm.asm,v 1.9 2000-02-23 16:52:18 bird Exp $
     1; $Id: mytkExecPgm.asm,v 1.10 2000-02-23 16:53:04 bird Exp $
    22;
    33; mytkExecPgm - tkExecPgm overload
     
    9191
    9292    ASSUME CS:CODE32, DS:NOTHING, SS:NOTHING
    93     int     3
     93;    int     3
    9494    push    ebp
    9595    mov     ebp, esp
Note: See TracChangeset for help on using the changeset viewer.