Changeset 66465 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Apr 7, 2017 5:13:11 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114452
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r66459 r66465 612 612 /** The error code for the current exception / interrupt. */ 613 613 uint32_t uCurXcptErr; 614 /** The CR2 for the current exception / interrupt. */ 615 uint64_t uCurXcptCr2; 614 616 615 617 /** @name Statistics … … 692 694 /** @} */ 693 695 694 uint32_t au32Alignment8[HC_ARCH_BITS == 64 ? 2 + 4 + 8 : 2 +4]; /**< Alignment padding. */696 uint32_t au32Alignment8[HC_ARCH_BITS == 64 ? 4 + 8 : 4]; /**< Alignment padding. */ 695 697 696 698 /** Data TLB.
Note:
See TracChangeset
for help on using the changeset viewer.