mirror of
https://github.com/cc65/cc65.git
synced 2024-10-31 20:06:11 +00:00
15 lines
226 B
ArmAsm
15 lines
226 B
ArmAsm
;
|
|
; Karri Kaksonen, 2010
|
|
;
|
|
; int __fastcall__ __osmaperrno (unsigned char oserror);
|
|
; /* Map a system specific error into a system independent code */
|
|
;
|
|
|
|
.include "errno.inc"
|
|
|
|
.code
|
|
|
|
___osmaperrno:
|
|
rts
|
|
|