Changeset 13419
- Timestamp:
- Feb 21, 2000, 10:35:45 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/src/win32k/ldr/mytkExecPgm.asm ¶
r13418 r13419 1 ; $Id: mytkExecPgm.asm,v 1. 5 2000-02-21 09:24:01bird Exp $1 ; $Id: mytkExecPgm.asm,v 1.6 2000-02-21 09:35:45 bird Exp $ 2 2 ; 3 3 ; mytkExecPgm - tkExecPgm overload … … 199 199 pushad 200 200 mov ecx, [ebp+cchArgs] 201 mov bx,[ebp+SegBuffer] 202 mov ex, bx 201 203 mov bx, di ; ds:si -> arguments 202 204 push cs ; Problem calling far into the calltab segement.
Note:
See TracChangeset
for help on using the changeset viewer.