2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 18:07:57 +00:00
criu/arch/arm/include/asm/syscall-aux.S

9 lines
231 B
ArmAsm
Raw Normal View History

ENTRY(sys_mmap)
push { %r4, %r5, %r7 }
ldr %r4, [%sp, #12]
ldr %r5, [%sp, #16]
lsr %r5, #12
do_sys 192
pop { %r4, %r5, %r7 }
bx %lr
END(sys_mmap)