diff options
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp index 35d9b3613bc..c6c59f59985 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp @@ -870,7 +870,7 @@ void DwarfException::EmitExceptionTable() { EmitReference(GV, TTypeEncoding); EOL("TypeInfo"); } else { - PrintRelDirective(); + PrintRelDirective(TTypeEncoding); O << "0x0"; EOL(""); } |