Changeset 42934 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Aug 23, 2012 9:57:31 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80257
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevE1000.cpp
r42932 r42934 1043 1043 RTRCPTR RCPtrAlignment; 1044 1044 1045 //#if HC_ARCH_BITS == 321045 #if HC_ARCH_BITS == 32 1046 1046 uint32_t Alignment1; 1047 //#endif1047 #endif 1048 1048 PDMCRITSECT cs; /**< Critical section - what is it protecting? */ 1049 1049 PDMCRITSECT csRx; /**< RX Critical section. */
Note:
See TracChangeset
for help on using the changeset viewer.