VirtualBox

Changeset 15322 in vbox for trunk/src/recompiler_new


Ignore:
Timestamp:
Dec 11, 2008 5:40:47 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
40749
Message:

REM/Main: When I said '/REM/64bitEnabled' I actually meant exactly that.

File:
1 edited

Legend:

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

    r15320 r15322  
    19551955{
    19561956    bool f;
    1957     int rc = CFGMR3QueryBoolDef(CFGMR3GetRoot(pVM), "Rem64Enabled", &f, false);
     1957    int rc = CFGMR3QueryBoolDef(CFGMR3GetChild(CFGMR3GetRoot(pVM), "REM"), "64bitEnabled", &f, false);
    19581958    AssertRCReturn(rc, false);
    19591959    return f;
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