mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 16:45:03 +00:00
Each field of auxiliary debug entry is only 1 byte long.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97108 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bd2c623903
commit
e6ba0b5762
@ -419,7 +419,7 @@ void PIC16DbgInfo::EmitAuxEntry(const std::string VarName, int Aux[], int Num,
|
||||
if (TagName != "")
|
||||
O << ", " << TagName;
|
||||
for (int i = 0; i<Num; i++)
|
||||
O << "," << Aux[i];
|
||||
O << "," << (Aux[i] && 0xff);
|
||||
}
|
||||
|
||||
/// EmitSymbol - Emit .def for a symbol. Value is offset for the member.
|
||||
|
Loading…
x
Reference in New Issue
Block a user