Changeset 2825 for trunk/src


Ignore:
Timestamp:
Feb 18, 2000, 8:54:19 PM (26 years ago)
Author:
bird
Message:

Linking problem is fixed.

File:
1 edited

Legend:

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

    r2824 r2825  
    1 ; $Id: mytkExecPgm.asm,v 1.1 2000-02-18 19:28:17 bird Exp $
     1; $Id: mytkExecPgm.asm,v 1.2 2000-02-18 19:54:19 bird Exp $
    22;
    33; mytkExecPgm - tkExecPgm overload
     
    3535DATA32 ENDS
    3636
    37 
    38 DATA16 SEGMENT
    39 flatselector dw FLAT
    40 DATA16 ENDS
    4137
    4238CODE32 SEGMENT
     
    6460mytkExecPgm PROC FAR
    6561pBuffer     = dword ptr -04h
    66 SegBuffer   = word  ptr -08h
    67 OffBuffer   = word  ptr -0Ch
     62;SegBuffer   =  word ptr (dword ptr -08h)
     63SegBuffer   = -08h
     64;OffBuffer   =  word ptr (dword ptr -0Ch)
     65OffBuffer   = -0Ch
    6866cchFilename = dword ptr -10h
    6967cchArgs     = dword ptr -14h
     
    160158    ; Set Pointers, pszFilename and pszArguments
    161159    ;
    162     push    DATA16
    163     pop     ds
    164     mov     ax, ds:flatselector
     160    mov     ax, seg FLAT:DATA32
    165161    mov     ds, ax
    166162    ASSUME  ds:FLAT
Note: See TracChangeset for help on using the changeset viewer.