Changeset 49755 in vbox for trunk/src/VBox/VMM/include/HMInternal.h
- Timestamp:
- Dec 3, 2013 2:09:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r49729 r49755 632 632 uint32_t u32XcptBitmap; 633 633 /** The updated-guest-state mask. */ 634 uint32_tfUpdatedGuestState;634 volatile uint32_t fUpdatedGuestState; 635 635 /** Current EPTP. */ 636 636 RTHCPHYS HCPhysEPTP;
Note:
See TracChangeset
for help on using the changeset viewer.