• R
    inline syscall support for arm · 5e3c243d
    Rich Felker 提交于
    most pure-syscall-wrapper functions compile to the smallest/simplest
    code possible (save r7 ; load syscall # ; svc 0 ; restore r7 ; tail
    call to __syscall_ret).
    5e3c243d
syscall_arch.h 2.1 KB