Changeset 28196 in vbox for trunk/src/VBox
- Timestamp:
- Apr 12, 2010 11:13:10 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59933
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevE1000.cpp
r28135 r28196 1051 1051 PHY phy; 1052 1052 1053 #if 0 1053 1054 /** Alignment padding. */ 1054 1055 uint8_t Alignment[HC_ARCH_BITS == 64 ? 8 : 4]; 1056 #endif 1055 1057 1056 1058 STAMCOUNTER StatReceiveBytes; -
trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
r26932 r28196 284 284 # endif 285 285 #endif 286 CHECK_MEMBER_ALIGNMENT(E1KSTATE, StatReceiveBytes, 8); 286 287 #ifdef VBOX_WITH_STATISTICS 287 288 CHECK_MEMBER_ALIGNMENT(IOAPICState, StatMMIOReadGC, 8); -
trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp
r28057 r28196 1340 1340 GEN_CHECK_OFF(E1KSTATE, eeprom); 1341 1341 GEN_CHECK_OFF(E1KSTATE, phy); 1342 GEN_CHECK_OFF(E1KSTATE, StatReceiveBytes); 1342 1343 #endif /* VBOX_WITH_E1000 */ 1343 1344
Note:
See TracChangeset
for help on using the changeset viewer.