Changeset 64445 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Oct 27, 2016 3:29:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
r64444 r64445 2877 2877 * allocated one. 2878 2878 */ 2879 #ifdef LOG_ENABLED 2880 bool fIs24Bit = pReq->fIs24Bit; 2881 #endif 2879 2882 uint8_t u8ScsiSts = pReq->u8ScsiSts; 2880 2883 RTGCPHYS GCPhysAddrCCB = pReq->GCPhysAddrCCB; 2881 bool fIs24Bit = pReq->fIs24Bit;2882 2884 CCBU CCBGuest; 2883 2885 memcpy(&CCBGuest, &pReq->CCBGuest, sizeof(CCBU));
Note:
See TracChangeset
for help on using the changeset viewer.