mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Revert commits
This commit is contained in:
parent
09f2dc8d69
commit
5f151b1316
@ -135,7 +135,7 @@ eof: lda #0
|
|||||||
|
|
||||||
devnotpresent:
|
devnotpresent:
|
||||||
lda #ENODEV
|
lda #ENODEV
|
||||||
.byte $2C ; Skip next opcode
|
jmp __directerrno ; Sets _errno, clears _oserror, returns -1
|
||||||
|
|
||||||
; Error entry: The given file descriptor is not valid or not open
|
; Error entry: The given file descriptor is not valid or not open
|
||||||
|
|
||||||
|
@ -106,7 +106,7 @@ devnotpresent2:
|
|||||||
pla
|
pla
|
||||||
devnotpresent:
|
devnotpresent:
|
||||||
lda #ENODEV
|
lda #ENODEV
|
||||||
.byte $2C ; Skip next opcode
|
jmp __directerrno ; Sets _errno, clears _oserror, returns -1
|
||||||
|
|
||||||
; Error entry: The given file descriptor is not valid or not open
|
; Error entry: The given file descriptor is not valid or not open
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user