Changeset 13419


Ignore:
Timestamp:
Feb 21, 2000, 10:35:45 AM (25 years ago)
Author:
bird
Message:

Correction

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:01 bird Exp $
     1; $Id: mytkExecPgm.asm,v 1.6 2000-02-21 09:35:45 bird Exp $
    22;
    33; mytkExecPgm - tkExecPgm overload
     
    199199    pushad
    200200    mov     ecx, [ebp+cchArgs]
     201    mov     bx,[ebp+SegBuffer]
     202    mov     ex, bx
    201203    mov     bx, di                      ; ds:si -> arguments
    202204    push    cs                          ; Problem calling far into the calltab segement.
Note: See TracChangeset for help on using the changeset viewer.