Changeset 37387 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jun 8, 2011 3:16:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HWACCMAll.cpp
r37386 r37387 113 113 { 114 114 uint32_t cWorldSwitchExits = ASMAtomicUoReadU32(&pVCpu->hwaccm.s.cWorldSwitchExits); 115 Assert(idHostCpu == pVCpu->idHostCpu); /** @todo bogus assertion subject to races? */116 115 117 116 STAM_PROFILE_ADV_START(&pVCpu->hwaccm.s.StatPoke, x);
Note:
See TracChangeset
for help on using the changeset viewer.