Changeset 46286 in vbox for trunk/src/VBox/VMM/include/HMInternal.h
- Timestamp:
- May 27, 2013 1:44:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r46267 r46286 682 682 PGMMODE enmPrevGuestMode; 683 683 #else 684 /** Which host-state bits to restore before being preempted. */ 684 685 uint32_t fRestoreHostFlags; 686 /** The host-state restoration structure. */ 685 687 VMXRESTOREHOST RestoreHost; 686 688 /** Set if guest was executing in real mode (extra checks). */
Note:
See TracChangeset
for help on using the changeset viewer.