Changeset 692 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 6, 2007 5:37:22 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r686 r692 643 643 /** AVL node code with the (HC) physical address of this page. */ 644 644 AVLOHCPHYSNODECORE Core; 645 #if HC_ARCH_BITS == 64 && GC_ARCH_BITS == 32 && defined(IN_GC) && !defined(_MSC_VER) /** @todo figure out this one. */646 uint32_t Alignment0; /**< Alignment. */647 #endif648 645 /** Pointer to the HC mapping of the page. */ 649 646 HCPTRTYPE(void *) pvPageHC;
Note:
See TracChangeset
for help on using the changeset viewer.