mirror of
https://github.com/marketideas/qasm.git
synced 2024-12-28 06:29:58 +00:00
fix internal macro expansion
I'm not sure why that line was commented out, but y has an undefined value at this point so it will read a random offset into the line.
This commit is contained in:
parent
3e568ad47a
commit
937c527344
@ -1933,7 +1933,7 @@ expandint php
|
||||
sta printptr+2
|
||||
|
||||
sep $30
|
||||
* ldy #$00
|
||||
ldy #$00
|
||||
|
||||
lda [fileptr]
|
||||
tax
|
||||
|
Loading…
Reference in New Issue
Block a user