VirtualBox

Changeset 14533 in vbox for trunk


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

missing bits from r39820

File:
1 edited

Legend:

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

    r14532 r14533  
    781781        PVMCPU pVCpu = &pVM->aCpus[i];
    782782
    783 #ifdef VBOX_STRICT
    784783        pVCpu->hwaccm.s.idEnteredCpu              = NIL_RTCPUID;
    785 #endif
     784
    786785        /* Invalidate the last cpu we were running on. */
    787786        pVCpu->hwaccm.s.idLastCpu                 = NIL_RTCPUID;
     
    914913    AssertRC(rc);
    915914
    916 #ifdef VBOX_STRICT
    917915    /* keep track of the CPU owning the VMCS for debugging scheduling weirdness and ring-3 calls. */
    918916    if (RT_SUCCESS(rc))
     
    921919        pVCpu->hwaccm.s.idEnteredCpu = idCpu;
    922920    }
    923 #endif
    924921    return rc;
    925922}
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