Changeset 67528 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jun 21, 2017 8:26:45 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116268
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r67163 r67528 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_IEM677 uint8_t fForceIemExec;678 uint8_t uAlignment6[3]; /**< Alignment padding. */679 #else680 675 uint32_t uAlignment6; /**< Alignment padding. */ 681 #endif682 676 #ifdef IEM_VERIFICATION_MODE_FULL 683 677 /** The Number of I/O port reads that has been performed. */
Note:
See TracChangeset
for help on using the changeset viewer.