Ignore:
Timestamp:
Feb 19, 2000, 9:40:31 AM (26 years ago)
Author:
bird
Message:

g_tkExecPgm is overloaded, so we may change paramerters for a process later.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/misc/asmutils.asm

    r1467 r2827  
    1 ; $Id: asmutils.asm,v 1.3 1999-10-27 02:02:59 bird Exp $
     1; $Id: asmutils.asm,v 1.4 2000-02-19 08:40:31 bird Exp $
    22;
    33; asmutils - assembly utility functions
     
    2424    public GetSS
    2525    public Int3
    26     public _memrevmov@12
    27     public _memmov@12
     26;    public _memrevmov@12
     27;    public _memmov@12
    2828;    public DisableInterrupts
    2929;    public EnableInterrupts
     
    9494;EnableInterrupts ENDP
    9595
    96 
     96if 0
    9797;void __stdcall memrevmov(void *pTo, void* pFrom, unsigned int Len);
    9898pTo     EQU dword ptr [ebp+08]
     
    193193    jmp memmov_end
    194194_memmov@12 ENDP
    195 
     195endif
    196196
    197197CODE32 ends
Note: See TracChangeset for help on using the changeset viewer.