From 428bbe8906a874e2b0941d0c2e5879614f7ddb54 Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Sat, 11 Jan 2014 22:22:38 -0500 Subject: [PATCH] DwarfFile: Add missing continue for skip case. --- src/apps/debugger/dwarf/DwarfFile.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/debugger/dwarf/DwarfFile.cpp b/src/apps/debugger/dwarf/DwarfFile.cpp index 4aaa9c8a31..fc7661e88a 100644 --- a/src/apps/debugger/dwarf/DwarfFile.cpp +++ b/src/apps/debugger/dwarf/DwarfFile.cpp @@ -1485,6 +1485,7 @@ DwarfFile::_ParseEntryAttributes(DataReader& dataReader, B_PRIx32 ") %s (%#" B_PRIx32 ")\n", get_attribute_name_name(attributeName), attributeName, get_attribute_form_name(attributeForm), attributeForm); + continue; } // set the attribute value according to the attribute's class