mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +00:00
Fix another -Wnon-pod-varargs error in r191472.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191474 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2f00626f7e
commit
10965f2045
@ -263,7 +263,7 @@ static void printImportTables(const COFFObjectFile *Obj) {
|
||||
StringRef Name;
|
||||
if (Obj->getHintName(entry->getHintNameRVA(), Hint, Name))
|
||||
return;
|
||||
outs() << format(" % 6d %s\n", Hint, Name);
|
||||
outs() << format(" % 6d ", Hint) << Name << "\n";
|
||||
}
|
||||
outs() << "\n";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user