mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-13 10:32:06 +00:00
Use ttype encoding consistently
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96290 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
46885ded4e
commit
0b21730696
@ -870,7 +870,7 @@ void DwarfException::EmitExceptionTable() {
|
|||||||
EmitReference(GV, TTypeEncoding);
|
EmitReference(GV, TTypeEncoding);
|
||||||
EOL("TypeInfo");
|
EOL("TypeInfo");
|
||||||
} else {
|
} else {
|
||||||
PrintRelDirective();
|
PrintRelDirective(TTypeEncoding);
|
||||||
O << "0x0";
|
O << "0x0";
|
||||||
EOL("");
|
EOL("");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user