Changeset 66459 in vbox
- Timestamp:
- Apr 6, 2017 11:45:09 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114439
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r66419 r66459 608 608 /** Pointer set jump buffer - raw-mode context. */ 609 609 RCPTRTYPE(jmp_buf *) pJmpBufRC; 610 611 /** @todo Should move this near @a fCurXcpt later. */ 612 /** The error code for the current exception / interrupt. */ 613 uint32_t uCurXcptErr; 610 614 611 615 /** @name Statistics … … 688 692 /** @} */ 689 693 690 uint32_t au32Alignment8[HC_ARCH_BITS == 64 ? 1 + 2 + 4 + 8 : 1 +2 + 4]; /**< Alignment padding. */694 uint32_t au32Alignment8[HC_ARCH_BITS == 64 ? 2 + 4 + 8 : 2 + 4]; /**< Alignment padding. */ 691 695 692 696 /** Data TLB.
Note:
See TracChangeset
for help on using the changeset viewer.