Changeset 60474 in vbox
- Timestamp:
- Apr 13, 2016 1:57:44 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106573
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevE1000.cpp
r58170 r60474 30 30 * Header Files * 31 31 *********************************************************************************************************************************/ 32 #define LOG_ENABLED 32 33 #define LOG_GROUP LOG_GROUP_DEV_E1000 33 34 #include <iprt/crc.h> … … 1480 1481 }; 1481 1482 1482 #ifdef DEBUG1483 #ifdef LOG_ENABLED 1483 1484 1484 1485 /** … … 5696 5697 int rc = VINF_SUCCESS; 5697 5698 int index = e1kRegLookup(pThis, offReg); 5698 #ifdef DEBUG5699 #ifdef LOG_ENABLED 5699 5700 char buf[9]; 5700 5701 #endif
Note:
See TracChangeset
for help on using the changeset viewer.