summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
index 0b3affe07ee..f6feccdac8b 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
@@ -826,7 +826,7 @@ void DwarfException::EmitExceptionTable() {
std::string GLN;
O << Asm->getGlobalLinkName(GV, GLN);
} else {
- O << "0";
+ O << "0x0";
}
Asm->EOL("TypeInfo");
OpenPOWER on IntegriCloud