Changeset 63369 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Timestamp:
- Aug 12, 2016 4:45:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3ObjConverter.cpp
r62594 r63369 1504 1504 /** @todo do we need to consider missing segments and ordering? */ 1505 1505 uint16_t cGrpNms = 0; 1506 uint16_t aiGrpNms[2] ;1506 uint16_t aiGrpNms[2] = { 0, 0 }; /* Shut up, GCC. */ 1507 1507 if (fHaveData) 1508 1508 aiGrpNms[cGrpNms++] = idxGrpData;
Note:
See TracChangeset
for help on using the changeset viewer.