Ignore:
Timestamp:
Jan 28, 2000, 12:43:07 AM (26 years ago)
Author:
bird
Message:

Relocations are now applied when the page is being loaded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/ldr/myldrEnum32bitRelRecs.cpp

    r2509 r2537  
    1 /* $Id: myldrEnum32bitRelRecs.cpp,v 1.1 2000-01-24 10:11:48 bird Exp $
     1/* $Id: myldrEnum32bitRelRecs.cpp,v 1.2 2000-01-27 23:43:07 bird Exp $
    22 *
    33 * myldrEnum32bitRelRecs - ldrEnum32bitRelRecs
     
    5858    PMODULE pMod;
    5959
    60     kprintf(("ldrEnum32BitRelRecs: pMTE=0x%08x iObject=0x%02x iPageTable=0x%03x pvPage=0x%08x\n"
    61              "                     ulPageAddress=0x%08x pvPTDA=0x%08x\n",
    62              pMTE, iObject, iPageTable, pvPage, ulPageAddress, pvPTDA
    63              ));
    64 
    6560    pMod = getModuleByMTE(pMTE);
    6661    if (pMod != NULL)
    6762    {
    6863        APIRET rc;
     64        #if 1
     65        kprintf(("ldrEnum32BitRelRecs: pMTE=0x%08x iObject=0x%02x iPageTable=0x%03x pvPage=0x%08x\n"
     66                 "                     ulPageAddress=0x%08x pvPTDA=0x%08x\n",
     67                 pMTE, iObject, iPageTable, pvPage, ulPageAddress, pvPTDA
     68                 ));
     69        #endif
    6970        rc = pMod->Data.pModule->applyFixups(pMTE, iObject, iPageTable, pvPage, ulPageAddress, pvPTDA);
    7071        if (rc != NO_ERROR)
Note: See TracChangeset for help on using the changeset viewer.