fix errno related underscores in all libsrc/*.s files

This commit is contained in:
mrdudz
2022-08-28 21:52:53 +02:00
parent 5d390489a8
commit 2dabb65ee0
88 changed files with 213 additions and 213 deletions

View File

@@ -5,7 +5,7 @@
; struct filehandle* Get1stDirEntry (void);
.import __oserror, return0
.import ___oserror, return0
.export _Get1stDirEntry
.include "diskdrv.inc"
@@ -13,7 +13,7 @@
_Get1stDirEntry:
jsr Get1stDirEntry
stx __oserror
stx ___oserror
txa
bne L1 ; jump if disk error
lda r5L