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/kLdrModMachO.c

    r3570 r3571  
    874874                                pSeg->Sel16bit = 0;
    875875                                pSeg->fFlags = 0;
    876                                 pSeg->enmProt = KLDRPROT_EXECUTE_WRITECOPY; /** @todo fixme! */
     876                                pSeg->enmProt = KPROT_EXECUTE_WRITECOPY; /** @todo fixme! */
    877877                                pSeg->cb = pSect->size;
    878878                                pSeg->Alignment = (1 << pSect->align);
Note: See TracChangeset for help on using the changeset viewer.