Changeset 52 for trunk/kLdr/kLdrMod.c


Ignore:
Timestamp:
Jul 9, 2013, 7:03:37 PM (12 years ago)
Author:
bird
Message:

Added KLDRMOD_OPEN_FLAGS_FOR_INFO and fixed more mach-o issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrMod.c

    r41 r52  
    301301    int         rc;
    302302
     303    kHlpAssertReturn(!(fFlags & ~KLDRMOD_OPEN_FLAGS_VALID_MASK), KERR_INVALID_PARAMETER);
     304
    303305    for (;;)
    304306    {
Note: See TracChangeset for help on using the changeset viewer.