Ignore:
Timestamp:
Sep 8, 2000, 11:34:12 PM (25 years ago)
Author:
bird
Message:

Experimenting with ldrSetVMflags. Page alignment possible.

File:
1 edited

Legend:

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

    r4164 r4227  
    1 ; $Id: calltab.asm,v 1.13 2000-09-02 21:08:06 bird Exp $
     1; $Id: calltab.asm,v 1.14 2000-09-08 21:34:12 bird Exp $
    22;
    33; callTab - Call back again table - table with entry for each function or
     
    359359SecPathFromSFN ENDP
    360360
     361; 42
     362_ldrSetVMflags@16 PROC NEAR
     363    db MAXSIZE_PROLOG dup(0cch)
     364_ldrSetVMflags@16 ENDP
    361365
    362366CALLTAB ENDS
Note: See TracChangeset for help on using the changeset viewer.