Changeset 2849 for trunk/src/win32k/ldr/mytkExecPgm.asm
- Timestamp:
- Feb 21, 2000, 4:59:21 PM (26 years ago)
- 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:39bird Exp $1 ; $Id: mytkExecPgm.asm,v 1.8 2000-02-21 15:59:21 bird Exp $ 2 2 ; 3 3 ; mytkExecPgm - tkExecPgm overload … … 89 89 90 90 ASSUME CS:CODE32, DS:NOTHING, SS:NOTHING 91 int 392 91 push ebp 93 92 mov ebp, esp … … 319 318 320 319 ASSUME CS:CODE32, DS:NOTHING, SS:NOTHING 321 int 3322 320 push ebp 323 321 mov ebp, esp
Note:
See TracChangeset
for help on using the changeset viewer.