mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-31 10:34:17 +00:00
Had to comment out a line in outByte() to get it to compile because Out and tmp were
undeclared. I was not sure what Brian wanted, so I will let him fix this. But now it compiles. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6614 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fa9ee73a7d
commit
758578e158
@ -106,7 +106,7 @@ void getMappingInfoForFunction::writeEpilogue(const std::string &symbolPrefix,
|
||||
|
||||
/// outByte -- NOT DONE YET.
|
||||
void outByte (unsigned char b) {
|
||||
Out << "\t.byte " << tmp << "\n";
|
||||
//Out << "\t.byte " << tmp << "\n";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user