mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-26 23:24:34 +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:
@ -263,7 +263,7 @@ static void printImportTables(const COFFObjectFile *Obj) {
|
|||||||
StringRef Name;
|
StringRef Name;
|
||||||
if (Obj->getHintName(entry->getHintNameRVA(), Hint, Name))
|
if (Obj->getHintName(entry->getHintNameRVA(), Hint, Name))
|
||||||
return;
|
return;
|
||||||
outs() << format(" % 6d %s\n", Hint, Name);
|
outs() << format(" % 6d ", Hint) << Name << "\n";
|
||||||
}
|
}
|
||||||
outs() << "\n";
|
outs() << "\n";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user