VirtualBox

Changeset 16933 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Feb 18, 2009 11:42:57 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
43082
Message:

IPRT/PDM,SUPLIb,REM: Extended RTLdrOpen with an architecture argument for use with FAT R0.r0 images later some day. Also added fFlags argument that's currently MBZ case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxREMWrapper.cpp

    r15520 r16933  
    18411841     */
    18421842    strcpy(&szPath[offFilename], "/VBoxREM2.rel");
    1843     rc = RTLdrOpen(szPath, &g_ModREM2);
     1843    rc = RTLdrOpen(szPath, 0, RTLDRARCH_HOST, &g_ModREM2);
    18441844    if (RT_SUCCESS(rc))
    18451845    {
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