VirtualBox

Changeset 38325 in vbox for trunk/include/VBox/vmm/em.h


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/include/VBox/vmm/em.h

    r38324 r38325  
    118118 * @param   pVM         The VM to operate on.
    119119 */
    120 #define EMIsRawRing3Enabled(pVM) ((pVM)->fRawR3Enabled)
     120#define EMIsRawRing3Enabled(pVM) (!(pVM)->fRecompileUser)
    121121
    122122/**
     
    127127 * @param   pVM         The VM to operate on.
    128128 */
    129 #define EMIsRawRing0Enabled(pVM) ((pVM)->fRawR0Enabled)
     129#define EMIsRawRing0Enabled(pVM) (!(pVM)->fRecompileSupervisor)
    130130
    131131VMMDECL(void)           EMSetInhibitInterruptsPC(PVMCPU pVCpu, RTGCUINTPTR PC);
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