Changeset 7624 in vbox
- Timestamp:
- Mar 28, 2008 10:47:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r7620 r7624 896 896 GCPTRTYPE(struct PGMRAMRANGE *) pNextGC; 897 897 #if GC_ARCH_BITS == 32 898 RTGCPTR GCPtrAlignment; /**< Pointer alignment. */ 898 /** Pointer alignment. */ 899 RTGCPTR GCPtrAlignment; 899 900 #endif 900 901 /** Start of the range. Page aligned. */ … … 921 922 #ifdef VBOX_WITH_NEW_PHYS_CODE 922 923 /** Padding to make aPage aligned on sizeof(PGMPAGE). */ 923 uint32_t au32Reserved[ 1];924 uint32_t au32Reserved[2]; 924 925 #endif 925 926
Note:
See TracChangeset
for help on using the changeset viewer.