Changeset 87521 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Feb 1, 2021 9:48:09 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142546
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp
r87493 r87521 368 368 369 369 /* hm - 32-bit gcc won't align uint64_t naturally, so check. */ 370 CHECK_MEMBER_ALIGNMENT(HM, uMaxAsid , 8);370 CHECK_MEMBER_ALIGNMENT(HM, uMaxAsidForLog, 8); 371 371 CHECK_MEMBER_ALIGNMENT(HM, vmx, 8); 372 372 CHECK_MEMBER_ALIGNMENT(HM, vmx.Msrs, 8);
Note:
See TracChangeset
for help on using the changeset viewer.