1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-02 06:56:39 +00:00
cc65/libsrc/atmos/oserror.s

12 lines
227 B
ArmAsm
Raw Normal View History

;
; Stefan Haubenthal, 2011-04-10
;
; int __fastcall__ _osmaperrno (unsigned char oserror);
; /* Map a system specific error into a system independent code */
;
.export __osmaperrno
.import return0
__osmaperrno = return0