mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
10 lines
97 B
ArmAsm
10 lines
97 B
ArmAsm
|
|
.globl __ioctl
|
|
.globl _ioctl
|
|
__ioctl:
|
|
_ioctl: chlvl #0,#0x36
|
|
jnl ok
|
|
jmp cerror
|
|
ok: ret #0
|
|
|