Ignore:
Timestamp:
Aug 19, 2000, 4:37:21 PM (25 years ago)
Author:
bird
Message:

More bugs corrected.
It's working now!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Grace/src/win32k/ldr/calltab.asm

    r4018 r4046  
    1 ; $Id: calltab.asm,v 1.12.4.2 2000-08-15 07:03:25 bird Exp $
     1; $Id: calltab.asm,v 1.12.4.3 2000-08-19 14:37:13 bird Exp $
    22;
    33; callTab - Call back again table - table with entry for each function or
     
    4444    public _LDRClearSem@0
    4545    public _KSEMRequestMutex@8
     46    public _KSEMReleaseMutex@4
    4647
    4748    public pLDRSem
     
    206207
    207208; 21
     209_KSEMReleaseMutex@4 PROC NEAR
     210    db MAXSIZE_PROLOG dup(0cch)
     211_KSEMReleaseMutex@4 ENDP
     212
     213; 22
    208214pLDRSem          dd  0
    209215LDRSem_offObject dd  0
     
    212218    db (MAXSIZE_PROLOG - 14) dup(0cch)
    213219
    214 ; 22
     220; 23
    215221_TKSuBuff@16 PROC NEAR
    216222    db MAXSIZE_PROLOG dup(0cch)
    217223_TKSuBuff@16 ENDP
    218224
    219 ; 23
     225; 24
    220226_TKFuBuff@16 PROC NEAR
    221227    db MAXSIZE_PROLOG dup(0cch)
    222228_TKFuBuff@16 ENDP
    223229
    224 ; 24
     230; 25
    225231_TKFuBufLen@20 PROC NEAR
    226232    db MAXSIZE_PROLOG dup(0cch)
    227233_TKFuBufLen@20 ENDP
    228234
    229 ;25
     235; 26
    230236_ldrValidateMteHandle@4 PROC NEAR
    231237    db MAXSIZE_PROLOG dup(0cch)
    232238_ldrValidateMteHandle@4 ENDP
    233239
    234 ; 26
     240; 27
    235241ppTCBCur           dd  0
    236242pTCBCur_offObject  dd  0
     
    239245    db (MAXSIZE_PROLOG - 14) dup(0cch)
    240246
    241 ; 27
     247; 28
    242248ppPTDACur          dd  0
    243249pPTDACur_offObject dd  0
     
    246252    db (MAXSIZE_PROLOG - 14) dup(0cch)
    247253
    248 ; 28
     254; 29
    249255pptda_start          dd  0
    250256ptda_start_offObject dd  0
     
    253259    db (MAXSIZE_PROLOG - 14) dup(0cch)
    254260
    255 ; 29
     261; 30
    256262pptda_environ          dd  0
    257263ptda_environ_offObject dd  0
     
    260266    db (MAXSIZE_PROLOG - 14) dup(0cch)
    261267
    262 ; 30
     268; 31
    263269pptda_module          dd  0
    264270ptda_module_offObject dd  0
Note: See TracChangeset for help on using the changeset viewer.