Changeset 47832 in vbox for trunk/src/VBox/Storage/VMDK.cpp
- Timestamp:
- Aug 18, 2013 6:32:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VMDK.cpp
r46613 r47832 1105 1105 uint32_t uGTStart = *pGDTmp; 1106 1106 uint32_t uRGTStart = *pRGDTmp; 1107 uint32_tcbGTRead = cbGT;1107 size_t cbGTRead = cbGT; 1108 1108 1109 1109 /* If no grain table is allocated skip the entry. */
Note:
See TracChangeset
for help on using the changeset viewer.