VirtualBox

Changeset 38325 in vbox for trunk/src/VBox/Runtime/testcase


Ignore:
Timestamp:
Aug 5, 2011 2:11:58 PM (13 years ago)
Author:
vboxsync
Message:

VMM: Renamed VM::fRawR0Enabled and VM::fRawR3Enabled, inverting their meaning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstLdrObj.cpp

    r35346 r38325  
    5757extern "C" DECLEXPORT(int) Entrypoint(void)
    5858{
    59     g_VM.fRawR0Enabled = true;
    60     g_VM.fRawR3Enabled = true;
     59    g_VM.fRecompileSupervisor = false;
     60    g_VM.fRecompileUser       = false;
    6161    g_VM.fGlobalForcedActions = 0;
    6262    strcpy(achBss, szStr2);
Note: See TracChangeset for help on using the changeset viewer.

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