minix/lib/libc/syscall/mount.s

8 lines
74 B
ArmAsm

.sect .text
.extern __mount
.define _mount
.align 2
_mount:
jmp __mount