VirtualBox

Changeset 66 in kStuff for trunk


Ignore:
Timestamp:
Jan 20, 2014 11:33:48 AM (11 years ago)
Author:
bird
Message:

kLdrModMachO.c: MH_DSYM files doesn't need to have a string table.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrModMachO.c

    r65 r66  
    33353335    }
    33363336    else
    3337         KLDRMODMACHO_ASSERT(pModMachO->pchStrings);
     3337        KLDRMODMACHO_ASSERT(pModMachO->pchStrings || pModMachO->Hdr.filetype == MH_DSYM);
    33383338
    33393339    return rc;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette