Changeset 12162 in vbox for trunk/src/VBox/VMM/HWACCMInternal.h
- Timestamp:
- Sep 5, 2008 11:28:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCMInternal.h
r12121 r12162 387 387 bool fHostDebugRegsSaved; 388 388 } savedhoststate; 389 #endif 390 391 #ifdef VBOX_STRICT 392 /** The CPU ID of the CPU currently owning the VMCS. Set in 393 * HWACCMR0Enter and cleared in HWACCMR0Leave. */ 394 RTCPUID idEnteredCpu; 395 # if HC_ARCH_BITS == 32 396 RTCPUID Alignment0; 397 # endif 389 398 #endif 390 399
Note:
See TracChangeset
for help on using the changeset viewer.