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 @@
; int CalcBlksFree (void);
.import __oserror
.import ___oserror
.export _CalcBlksFree
.include "jumptab.inc"
@@ -18,7 +18,7 @@ _CalcBlksFree:
sta r5L
stx r5H
jsr CalcBlksFree
stx __oserror
stx ___oserror
lda r4L
ldx r4H
rts