mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-13 10:32:06 +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;
|
std::string GLN;
|
||||||
O << Asm->getGlobalLinkName(GV, GLN);
|
O << Asm->getGlobalLinkName(GV, GLN);
|
||||||
} else {
|
} else {
|
||||||
O << "0";
|
O << "0x0";
|
||||||
}
|
}
|
||||||
|
|
||||||
Asm->EOL("TypeInfo");
|
Asm->EOL("TypeInfo");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user