minix/lib/syscall/mmap.s
Ben Gras c078ec0331 Basic VM and other minor improvements.
Not complete, probably not fully debugged or optimized.
2008-11-19 12:26:10 +00:00

8 lines
70 B
ArmAsm
Executable file

.sect .text
.extern __mmap
.define _mmap
.align 2
_mmap:
jmp __mmap