VirtualBox

Changeset 33 in kStuff


Ignore:
Timestamp:
Jul 1, 2009 9:22:37 PM (16 years ago)
Author:
bird
Message:

build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrDyldMod.c

    r29 r33  
    7777
    7878/** @todo deal with fFlags (exec/dll) */
     79/** @todo Check up the cpu architecture. */
    7980
    8081    /*
    8182     * Try open an module interpreter.
    8283     */
    83     rc = kLdrModOpenFromRdr(pRdr, &pRawMod);
     84    rc = kLdrModOpenFromRdr(pRdr, 0 /*fFlags*/, KCPUARCH_UNKNOWN, &pRawMod);
    8485    if (rc)
    8586        return kldrDyldFailure(rc, "%s: %rc", kRdrName(pRdr), 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