mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-16 05:01:56 +00:00
Fix a printf warning.
llvm-svn: 271716
This commit is contained in:
parent
4252a16c35
commit
6e85115272
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user