Fix a printf warning.

llvm-svn: 271716
This commit is contained in:
Greg Clayton 2016-06-03 19:45:05 +00:00
parent 4252a16c35
commit 6e85115272

View File

@ -1778,8 +1778,7 @@ DWARFASTParserClang::ParseTypeFromDWARF (const SymbolContext& sc,
else
{
module_sp->ReportError ("DWARF DIE at 0x%8.8x was not able to start its definition.\nPlease file a bug and attach the file at the start of this error message",
type_die_ref.die_offset,
type_name_cstr);
type_die_ref.die_offset);
}
}