Changeset 2868 for trunk/kLdr/kLdrDyld.c


Ignore:
Timestamp:
Nov 11, 2006, 1:48:54 PM (19 years ago)
Author:
bird
Message:

Did the remaining search bit (I hope).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrDyld.c

    r2867 r2868  
    770770    unsigned        cEntries;
    771771    int             rc = 0;
     772
     773    /* Prerequisites are always global and they just aren't executables. */
     774    fFlags &= ~(KLDRYDLD_LOAD_FLAGS_SPECIFIC_MODULE | KLDRDYLD_LOAD_FLAGS_EXECUTABLE);
    772775
    773776    /* push the first entry. */
Note: See TracChangeset for help on using the changeset viewer.