Changeset 36905 in vbox
- Timestamp:
- Apr 30, 2011 12:19:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r36904 r36905 1305 1305 1306 1306 #ifdef PGM_USE_RAMRANGE_SEARCH_TREES 1307 /** Alignment padding. */ 1308 RTRCPTR Alignment0; 1307 1309 /** Pointer to the left search three node - ring-3 context. */ 1308 1310 R3PTRTYPE(struct PGMRAMRANGE *) pLeftR3; … … 1321 1323 /** Padding to make aPage aligned on sizeof(PGMPAGE). */ 1322 1324 #ifdef PGM_USE_RAMRANGE_SEARCH_TREES 1323 uint32_t au32Alignment2[HC_ARCH_BITS == 32 ? 3 : 3]; 1325 # if HC_ARCH_BITS == 32 1326 uint32_t au32Alignment2[HC_ARCH_BITS == 32 ? 2 : 0]; 1327 # endif 1324 1328 #else 1325 1329 uint32_t au32Alignment2[HC_ARCH_BITS == 32 ? 1 : 3];
Note:
See TracChangeset
for help on using the changeset viewer.