Changeset 55048 in vbox for trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp
- Timestamp:
- Mar 31, 2015 6:49:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp
r54898 r55048 298 298 299 299 /* cpumctx */ 300 CHECK_MEMBER_ALIGNMENT(CPUMCTX, XState, 64);301 300 CHECK_MEMBER_ALIGNMENT(CPUMCTX, rax, 32); 302 301 CHECK_MEMBER_ALIGNMENT(CPUMCTX, idtr.pIdt, 8);
Note:
See TracChangeset
for help on using the changeset viewer.