Changeset 31497 in vbox
- Timestamp:
- Aug 9, 2010 7:07:28 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64583
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VBoxHDD.cpp
r31380 r31497 973 973 } 974 974 975 if (rc == VERR_VD_BLOCK_FREE) 975 if (RT_SUCCESS(rc)) 976 { 977 ASMAtomicSubU32(&pIoCtx->cbTransferLeft, cbThisRead); 978 } 979 else if (rc == VERR_VD_BLOCK_FREE) 976 980 { 977 981 /* No image in the chain contains the data for the block. */
Note:
See TracChangeset
for help on using the changeset viewer.