Changeset 107115 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Nov 22, 2024 11:09:17 AM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 166082
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PDMInternal.h
r107113 r107115 811 811 /** @todo The GIC backend. Currently the padding helps keep alignment common 812 812 * between x86 and arm. */ 813 uint8_t auPadding[4+4+2 32];813 uint8_t auPadding[4+4+240]; 814 814 #endif 815 815 } PDMICR3; … … 829 829 /** @todo The GIC backend. Currently the padding helps keep alignment common 830 830 * between x86 and arm. */ 831 uint8_t auPadding[2 32];831 uint8_t auPadding[240]; 832 832 #endif 833 833 } PDMICR0; … … 1634 1634 bool volatile fNsUnchokeTimerArmed; 1635 1635 /** Align aNsGroups on a cacheline. */ 1636 bool afPadding2[19+16+ 25];1636 bool afPadding2[19+16+17]; 1637 1637 /** Number of network shaper groups. 1638 1638 * @note Marked volatile to prevent re-reading after validation. */
Note:
See TracChangeset
for help on using the changeset viewer.