diff --git a/src/objdump/parser.cpp b/src/objdump/parser.cpp index 5069fc2..2d9fa9a 100644 --- a/src/objdump/parser.cpp +++ b/src/objdump/parser.cpp @@ -307,6 +307,10 @@ void AsmParser::ObjDumpParser::fromStream(std::istream &in) this->state.inAddress = false; this->state.inSourceRef = true; } + else if (c == ';') + { + continue; + } else if (c == ':') { this->address();