- Timestamp:
- Feb 1, 2007 4:12:11 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevPCNet.cpp
r511 r512 2120 2120 * If we're in Ring-3 we should flush the queue now, in GC/R0 we'll queue a flush job. 2121 2121 */ 2122 #if 12123 pcnetXmitFlushFrames(pData);2124 #else2125 2122 #ifdef IN_RING3 2126 2123 pcnetXmitFlushFrames(pData); … … 2136 2133 # endif 2137 2134 } 2138 #endif2139 2135 #endif 2140 2136
Note:
See TracChangeset
for help on using the changeset viewer.