Changeset 18937 in vbox for trunk/src/VBox/VMM/PGMInternal.h
- Timestamp:
- Apr 16, 2009 12:39:09 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46013
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r18936 r18937 1305 1305 * The max is UINT16_MAX - 1. */ 1306 1306 uint16_t cRefs; 1307 #if HC_ARCH_BITS == 64 1308 uint32_t alignment; 1309 #endif 1307 1310 /** Pointer to the page. */ 1308 1311 RTR0PTR pvPage; … … 1330 1333 /** The index of the current CPU, only valid if the set is open. */ 1331 1334 int32_t iCpu; 1335 #if HC_ARCH_BITS == 64 1336 uint32_t alignment; 1337 #endif 1332 1338 /** The entries. */ 1333 1339 PGMMAPSETENTRY aEntries[64]; … … 2465 2471 /** Offset of the PGM structure relative to VMCPU. */ 2466 2472 RTINT offPGM; 2467 RTINT uPadding0; 2473 RTINT uPadding0; /**< structure size alignment. */ 2468 2474 2469 2475 /** Automatically tracked physical memory mapping set.
Note:
See TracChangeset
for help on using the changeset viewer.