- Timestamp:
- Aug 15, 2016 8:38:36 AM (8 years ago)
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvIntNet.cpp
r62906 r63461 262 262 /* -=-=-=-=- PDMINETWORKUP -=-=-=-=- */ 263 263 264 #ifndef IN_RING3 264 265 /** 265 266 * Helper for signalling the xmit thread. … … 278 279 return VERR_TRY_AGAIN; 279 280 } 281 #endif 280 282 281 283 -
trunk/src/VBox/Devices/Storage/VSCSI/VSCSILunMmc.cpp
r62885 r63461 55 55 } 56 56 57 #if 0 /* unused */ 57 58 DECLINLINE(uint32_t) mmcMSF2LBA(const uint8_t *pbBuf) 58 59 { 59 60 return (pbBuf[0] * 60 + pbBuf[1]) * 75 + pbBuf[2]; 60 61 } 62 #endif 61 63 62 64
Note:
See TracChangeset
for help on using the changeset viewer.