Changeset 48861 in vbox for trunk/src/VBox
- Timestamp:
- Oct 4, 2013 12:59:38 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 89530
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VHDX.cpp
r48851 r48861 1592 1592 /* Parse the region table entries. */ 1593 1593 PVhdxRegionTblEntry pRegTblEntry = (PVhdxRegionTblEntry)(pbRegionTbl + sizeof(VhdxRegionTblHdr)); 1594 VhdxRegionTblEntry RegTblEntryBat; /* *<<BAT region table entry. */1594 VhdxRegionTblEntry RegTblEntryBat; /* BAT region table entry. */ 1595 1595 bool fBatRegPresent = false; 1596 RT_ZERO(RegTblEntryBat); /* Maybe uninitialized, gcc. */ 1596 1597 1597 1598 for (unsigned i = 0; i < RegionTblHdr.u32EntryCount; i++)
Note:
See TracChangeset
for help on using the changeset viewer.