VirtualBox

Ignore:
Timestamp:
Nov 24, 2008 4:50:00 PM (16 years ago)
Author:
vboxsync
Message:

Compile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp

    r13960 r14532  
    959959    rc = HWACCMR0Globals.pfnLeaveSession(pVM, pVCpu, pCtx);
    960960
    961 #ifdef VBOX_STRICT
    962961    /* keep track of the CPU owning the VMCS for debugging scheduling weirdness and ring-3 calls. */
    963962    AssertMsg(pVCpu->hwaccm.s.idEnteredCpu == idCpu, ("owner is %d, I'm %d", (int)pVCpu->hwaccm.s.idEnteredCpu, (int)idCpu));
    964963    pVCpu->hwaccm.s.idEnteredCpu = NIL_RTCPUID;
    965 #endif
    966964
    967965    ASMAtomicWriteBool(&pCpu->fInUse, false);
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