Changeset 45695 in vbox for trunk/src/VBox
- Timestamp:
- Apr 24, 2013 12:39:49 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85240
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r45103 r45695 1568 1568 uint8_t idSavedState; 1569 1569 /** Alignment padding for putting the ram range on a PGMPAGE alignment boundary. */ 1570 uint8_t abAlign emnt[HC_ARCH_BITS == 32 ? 12 : 12];1570 uint8_t abAlignment[HC_ARCH_BITS == 32 ? 12 : 12]; 1571 1571 /** Live save per page tracking data. */ 1572 1572 R3PTRTYPE(PPGMLIVESAVEMMIO2PAGE) paLSPages;
Note:
See TracChangeset
for help on using the changeset viewer.