Changeset 44806 in vbox for trunk/src/VBox/Devices/testcase
- Timestamp:
- Feb 22, 2013 8:47:57 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83926
- Location:
- trunk/src/VBox/Devices/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
r44804 r44806 296 296 CHECK_MEMBER_ALIGNMENT(IOAPIC, StatMMIOReadGC, 8); 297 297 #endif 298 CHECK_MEMBER_ALIGNMENT(KBDState, CritSect, 8);299 CHECK_MEMBER_ALIGNMENT(PS2K, KbdCritSect, 8);300 298 CHECK_MEMBER_ALIGNMENT(LSILOGISCSI, ReplyPostQueueCritSect, 8); 301 299 CHECK_MEMBER_ALIGNMENT(LSILOGISCSI, ReplyFreeQueueCritSect, 8); -
trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp
r44804 r44806 392 392 GEN_CHECK_OFF(KBDState, pDevInsR0); 393 393 GEN_CHECK_OFF(KBDState, pDevInsRC); 394 GEN_CHECK_OFF(KBDState, CritSect);395 394 GEN_CHECK_SIZE(KbdKeyQ); 396 395 GEN_CHECK_OFF(KbdCmdQ, rpos); … … 414 413 GEN_CHECK_OFF(PS2K, pKbdTypematicTimerR3); 415 414 GEN_CHECK_OFF(PS2K, pKbdTypematicTimerR0); 415 GEN_CHECK_OFF(PS2K, pCritSectR3); 416 416 GEN_CHECK_OFF(PS2K, Keyboard.IBase); 417 417 GEN_CHECK_OFF(PS2K, Keyboard.IPort);
Note:
See TracChangeset
for help on using the changeset viewer.