minix/lib/syscall/vm_getphys.s
2009-11-09 10:26:00 +00:00

8 lines
94 B
ArmAsm

.sect .text
.extern __vm_getphys
.define _vm_getphys
.align 2
_vm_getphys:
jmp __vm_getphys