Changeset 67163 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- May 31, 2017 10:21:53 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115839
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r67072 r67163 673 673 /** Number of long jumps. */ 674 674 uint32_t cLongJumps; 675 /** Whether to force execution to continue in IEM. */ 676 #ifdef VBOX_WITH_NESTED_HWVIRT_ONLY_IN_IEM 677 uint8_t fForceIemExec; 678 uint8_t uAlignment6[3]; /**< Alignment padding. */ 679 #else 675 680 uint32_t uAlignment6; /**< Alignment padding. */ 681 #endif 676 682 #ifdef IEM_VERIFICATION_MODE_FULL 677 683 /** The Number of I/O port reads that has been performed. */
Note:
See TracChangeset
for help on using the changeset viewer.