mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-24 11:36:10 +00:00
Output a hex value, because all of the others are hex.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80601 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a5fd5b86f6
commit
049e98d641
@ -826,7 +826,7 @@ void DwarfException::EmitExceptionTable() {
|
||||
std::string GLN;
|
||||
O << Asm->getGlobalLinkName(GV, GLN);
|
||||
} else {
|
||||
O << "0";
|
||||
O << "0x0";
|
||||
}
|
||||
|
||||
Asm->EOL("TypeInfo");
|
||||
|
Loading…
x
Reference in New Issue
Block a user