mirror of
https://github.com/cc65/cc65.git
synced 2025-02-28 20:29:46 +00:00
Save a few bytes
This commit is contained in:
parent
6c1c260e7b
commit
687c8052ae
@ -135,7 +135,7 @@ eof: lda #0
|
||||
|
||||
devnotpresent:
|
||||
lda #ENODEV
|
||||
jmp __directerrno ; Sets _errno, clears _oserror, returns -1
|
||||
.byte $2C ; Skip next opcode
|
||||
|
||||
; Error entry: The given file descriptor is not valid or not open
|
||||
|
||||
|
@ -106,7 +106,7 @@ devnotpresent2:
|
||||
pla
|
||||
devnotpresent:
|
||||
lda #ENODEV
|
||||
jmp __directerrno ; Sets _errno, clears _oserror, returns -1
|
||||
.byte $2C ; Skip next opcode
|
||||
|
||||
; Error entry: The given file descriptor is not valid or not open
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user