Changeset 61703 in vbox for trunk/src/VBox/VMM/include/HMInternal.h
- Timestamp:
- Jun 15, 2016 9:24:43 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108069
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r61648 r61703 809 809 /** Set if guest was executing in real mode (extra checks). */ 810 810 bool fWasInRealMode; 811 uint8_t u8Alignment1[7]; 811 /** Set if guest switched to 64-bit mode on a 32-bit host. */ 812 bool fSwitchedTo64on32; 813 814 uint8_t u8Alignment1[6]; 812 815 } vmx; 813 816
Note:
See TracChangeset
for help on using the changeset viewer.