Changeset 18966 in vbox
- Timestamp:
- Apr 16, 2009 8:34:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp
r18822 r18966 5050 5050 uint32_t uSectorInGrain = uSectorExtentRel % pExtent->cSectorsPerGrain; 5051 5051 uSectorExtentAbs -= uSectorInGrain; 5052 uint64_t uLBA ;5052 uint64_t uLBA = uSectorExtentRel; 5053 5053 if ( pExtent->uGrainSector != uSectorExtentAbs 5054 5054 || pExtent->uGrainSector != pExtent->uLastGrainSector)
Note:
See TracChangeset
for help on using the changeset viewer.