Ignore:
Timestamp:
Aug 31, 2007, 4:39:26 AM (18 years ago)
Author:
bird
Message:

Eliminated KLDRPROT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/kLdr/tstkLdrMod.c

    r3570 r3571  
    441441        if (pMod->aSegments[i].pvUser != NULL)
    442442            return Failure("Bad pvUser");
    443         if (pMod->aSegments[i].enmProt >= KLDRPROT_END || pMod->aSegments[i].enmProt <= KLDRPROT_INVALID)
     443        if (pMod->aSegments[i].enmProt >= KPROT_END || pMod->aSegments[i].enmProt <= KPROT_INVALID)
    444444            return Failure("Bad enmProt");
    445445        if (pMod->aSegments[i].MapAddress != 0)
Note: See TracChangeset for help on using the changeset viewer.