1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-23 04:30:10 +00:00

a small optimization

git-svn-id: svn://svn.cc65.org/cc65/trunk@1007 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg 2001-10-03 15:56:42 +00:00
parent d25f2db256
commit 5f36ad2d53

View File

@ -22,15 +22,14 @@
lda #CLOSE
sta ICCOM,x
jsr CIOV
bpl ok
jmp __do_oserror
bmi closerr
ok: ldx #0
stx __oserror ; clear system specific error code
txa
rts
inverr: jmp __inviocb
closerr:jmp __do_oserror
.endproc