- Timestamp:
- Apr 6, 2012 2:29:56 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevE1000.cpp
r40791 r40793 981 981 /** EMT: Compute Ethernet CRC for RX packets. */ 982 982 bool fEthernetCRC; 983 #if HC_ARCH_BITS == 64 984 uint32_t Alignment2;985 #endif 983 984 bool Alignment2[3]; 985 uint32_t Alignment3; 986 986 987 987 /** All: Device register storage. */
Note:
See TracChangeset
for help on using the changeset viewer.