Changeset 65928 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Timestamp:
- Mar 3, 2017 11:07:15 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113746
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3ObjConverter.cpp
r65651 r65928 1609 1609 } 1610 1610 } 1611 else if (idxSection == SHN_COMMON) 1612 return error(pThis->pszSrc, "Symbol #%u (%s) is in the unsupported 'common' section.\n", iSym, pszSymName); 1611 1613 else 1612 1614 return error(pThis->pszSrc, "Unsupported or invalid section number %#x for symbol #%u (%s)\n",
Note:
See TracChangeset
for help on using the changeset viewer.