mirror of
https://github.com/cc65/cc65.git
synced 2024-12-22 12:30:41 +00:00
Remove useless branching code in fgets
This commit is contained in:
parent
2b97735d5d
commit
afd8ee627e
@ -90,9 +90,7 @@ read_loop:
|
||||
|
||||
: cmp #$0A ; Stop at \n
|
||||
beq done
|
||||
|
||||
clc
|
||||
bcc read_loop
|
||||
bne read_loop
|
||||
|
||||
got_eof:
|
||||
lda didread
|
||||
|
Loading…
Reference in New Issue
Block a user