Changeset 37467 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Jun 15, 2011 1:08:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp
r37354 r37467 378 378 #endif 379 379 380 CHECK_MEMBER_ALIGNMENT(IOM, EmtLock, sizeof(uintptr_t));380 CHECK_MEMBER_ALIGNMENT(IOM, CritSect, sizeof(uintptr_t)); 381 381 CHECK_MEMBER_ALIGNMENT(EM, CritSectREM, sizeof(uintptr_t)); 382 382 CHECK_MEMBER_ALIGNMENT(PGM, CritSect, sizeof(uintptr_t));
Note:
See TracChangeset
for help on using the changeset viewer.