- Timestamp:
- Sep 12, 2016 1:46:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VMDK.cpp
r63800 r63801 1068 1068 rc = VERR_NO_MEMORY; 1069 1069 1070 uint32_t i = 0;1070 size_t i = 0; 1071 1071 uint32_t *pGDTmp = pExtent->pGD; 1072 1072 uint32_t *pRGDTmp = pExtent->pRGD;
Note:
See TracChangeset
for help on using the changeset viewer.