Changeset 15322 in vbox for trunk/src/recompiler_new
- Timestamp:
- Dec 11, 2008 5:40:47 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 40749
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler_new/VBoxREMWrapper.cpp
r15320 r15322 1955 1955 { 1956 1956 bool f; 1957 int rc = CFGMR3QueryBoolDef(CFGMR3Get Root(pVM), "Rem64Enabled", &f, false);1957 int rc = CFGMR3QueryBoolDef(CFGMR3GetChild(CFGMR3GetRoot(pVM), "REM"), "64bitEnabled", &f, false); 1958 1958 AssertRCReturn(rc, false); 1959 1959 return f;
Note:
See TracChangeset
for help on using the changeset viewer.