Revert commits

This commit is contained in:
polluks 2022-01-30 03:15:28 +01:00 committed by mrdudz
parent 09f2dc8d69
commit 5f151b1316
2 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ eof: lda #0
devnotpresent:
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

View File

@ -106,7 +106,7 @@ devnotpresent2:
pla
devnotpresent:
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