Changeset 65300 in vbox
- Timestamp:
- Jan 15, 2017 5:53:36 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112871
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r64843 r65300 1720 1720 uint8_t idMmio2; 1721 1721 /** Alignment padding for putting the ram range on a PGMPAGE alignment boundary. */ 1722 uint8_t abAlignment[HC_ARCH_BITS == 32 ? 6 : 2]; 1722 uint8_t abAlignment[HC_ARCH_BITS == 32 ? 6 + 8 : 2 + 8]; 1723 /** The real size. 1724 * This may be larger than indicated by RamRange.cb if the range has been 1725 * reduced during saved state loading. */ 1726 RTGCPHYS cbReal; 1723 1727 /** Pointer to the physical handler for MMIO. */ 1724 1728 R3PTRTYPE(PPGMPHYSHANDLER) pPhysHandlerR3;
Note:
See TracChangeset
for help on using the changeset viewer.