- Timestamp:
- Jun 4, 2008 6:50:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r9397 r9398 1624 1624 # endif 1625 1625 #elif HC_ARCH_BITS == 64 1626 uint32_t Alignment 1; /**< Align the next member on a 64-bit boundrary. */1626 uint32_t Alignment3; /**< Align the next member on a 64-bit boundrary. */ 1627 1627 #endif 1628 1628 /** The AVL tree for looking up a page by its HC physical address. */ 1629 1629 AVLOHCPHYSTREE HCPhysTree; 1630 uint32_t Alignment 2; /**< Align the next member on a 64-bit boundrary. */1630 uint32_t Alignment4; /**< Align the next member on a 64-bit boundrary. */ 1631 1631 /** Array of pages. (cMaxPages in length) 1632 1632 * The Id is the index into thist array.
Note:
See TracChangeset
for help on using the changeset viewer.