Changeset 64115 in vbox for trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp
- Timestamp:
- Sep 30, 2016 8:14:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp
r62276 r64115 385 385 CHECK_SIZE(PGMPAGE, 16); 386 386 CHECK_MEMBER_ALIGNMENT(PGMRAMRANGE, aPages, 16); 387 CHECK_MEMBER_ALIGNMENT(PGM MMIO2RANGE, RamRange, 16);387 CHECK_MEMBER_ALIGNMENT(PGMREGMMIORANGE, RamRange, 16); 388 388 389 389 /* rem */
Note:
See TracChangeset
for help on using the changeset viewer.