Changeset 3571 for trunk/kStuff/kLdr/tstkLdrMod.c
- Timestamp:
- Aug 31, 2007, 4:39:26 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kStuff/kLdr/tstkLdrMod.c
r3570 r3571 441 441 if (pMod->aSegments[i].pvUser != NULL) 442 442 return Failure("Bad pvUser"); 443 if (pMod->aSegments[i].enmProt >= K LDRPROT_END || pMod->aSegments[i].enmProt <= KLDRPROT_INVALID)443 if (pMod->aSegments[i].enmProt >= KPROT_END || pMod->aSegments[i].enmProt <= KPROT_INVALID) 444 444 return Failure("Bad enmProt"); 445 445 if (pMod->aSegments[i].MapAddress != 0)
Note:
See TracChangeset
for help on using the changeset viewer.