VirtualBox

Changeset 16934 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Feb 19, 2009 1:08:23 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
43083
Message:

IPRT: Prep for upcoming FAT Mach-O support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/ldr/ldrkStuff.cpp

    r16933 r16934  
    669669    /* Try open it. */
    670670    PKLDRMOD pMod;
     671#if 0
     672    int krc = kLdrModOpenFromRdr(&pRdr->Core, fFlags, enmCpuArch, &pMod);
     673#else
    671674    int krc = kLdrModOpenFromRdr(&pRdr->Core, &pMod);
     675#endif
    672676    if (!krc)
    673677    {
Note: See TracChangeset for help on using the changeset viewer.

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