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

@@ -66,7 +66,7 @@ parmok: jsr popax
beq flagsok
jsr popax
lda #EINVAL
jmp __directerrno
jmp ___directerrno
flagsok:
jsr popax
@@ -74,7 +74,7 @@ flagsok:
jsr _openn
ldx #$00
lda #$01
stx __oserror
stx ___oserror
rts
.endproc

View File

@@ -1,7 +1,7 @@
;
; Karri Kaksonen, 2010
;
; int __fastcall__ _osmaperrno (unsigned char oserror);
; int __fastcall__ __osmaperrno (unsigned char oserror);
; /* Map a system specific error into a system independent code */
;
@@ -9,6 +9,6 @@
.code
__osmaperrno:
___osmaperrno:
rts