minix/lib/libc/syscall/vm_getrefcount.S

7 lines
104 B
ArmAsm
Raw Normal View History

#include <machine/asm.h>
IMPORT(_vm_getrefcount)
ENTRY(vm_getrefcount)
jmp _C_LABEL(_vm_getrefcount)
2009-09-21 16:46:10 +02:00