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:
Bill Wendling 2009-08-31 18:26:48 +00:00
parent a5fd5b86f6
commit 049e98d641

View File

@ -826,7 +826,7 @@ void DwarfException::EmitExceptionTable() {
std::string GLN;
O << Asm->getGlobalLinkName(GV, GLN);
} else {
O << "0";
O << "0x0";
}
Asm->EOL("TypeInfo");