Changeset 80015 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Jul 26, 2019 4:46:49 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp
r80014 r80015 255 255 256 256 PVM pVM = NULL; NOREF(pVM); 257 CHECK_MEMBER_ALIGNMENT(VM, trpm.s.aIdt, 16);258 257 CHECK_MEMBER_ALIGNMENT(VM, aCpus[0], PAGE_SIZE); 259 258 CHECK_MEMBER_ALIGNMENT(VM, aCpus[1], PAGE_SIZE);
Note:
See TracChangeset
for help on using the changeset viewer.