DwarfFile: Add missing continue for skip case.
This commit is contained in:
@@ -1485,6 +1485,7 @@ DwarfFile::_ParseEntryAttributes(DataReader& dataReader,
|
|||||||
B_PRIx32 ") %s (%#" B_PRIx32 ")\n",
|
B_PRIx32 ") %s (%#" B_PRIx32 ")\n",
|
||||||
get_attribute_name_name(attributeName), attributeName,
|
get_attribute_name_name(attributeName), attributeName,
|
||||||
get_attribute_form_name(attributeForm), attributeForm);
|
get_attribute_form_name(attributeForm), attributeForm);
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// set the attribute value according to the attribute's class
|
// set the attribute value according to the attribute's class
|
||||||
|
|||||||
Reference in New Issue
Block a user