mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
Slip up
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33758 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
29bf16a0bd
commit
b47f32e0e9
@ -80,7 +80,7 @@ public:
|
||||
if (O) print(*O);
|
||||
}
|
||||
void print(std::ostream &O) const {
|
||||
O << ".D" << Tag;
|
||||
O << ".debug_" << Tag;
|
||||
if (Number) O << Number;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user