VirtualBox

Changeset 15303 in vbox for trunk/src/recompiler_new


Ignore:
Timestamp:
Dec 11, 2008 1:31:00 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
40726
Message:

REM: actually ask for guest bitness when loading apropriate implmentation

File:
1 edited

Legend:

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

    r15300 r15303  
    19531953    size_t  offFilename;
    19541954    char    szPath[RTPATH_MAX];
    1955     bool use64 = true;
     1955    bool use64 = (VMR3GetGuestBitness(pVM) == 64);
    19561956    int rc = RTPathAppPrivateArch(szPath, sizeof(szPath) - 32);
    19571957    AssertRCReturn(rc, rc);
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