Changeset 36904 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 30, 2011 12:04:21 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71484
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r36903 r36904 1321 1321 /** Padding to make aPage aligned on sizeof(PGMPAGE). */ 1322 1322 #ifdef PGM_USE_RAMRANGE_SEARCH_TREES 1323 uint32_t au32Alignment2[HC_ARCH_BITS == 32 ? 3 : 1];1323 uint32_t au32Alignment2[HC_ARCH_BITS == 32 ? 3 : 3]; 1324 1324 #else 1325 1325 uint32_t au32Alignment2[HC_ARCH_BITS == 32 ? 1 : 3];
Note:
See TracChangeset
for help on using the changeset viewer.