• R
    fix broken mips syscall asm · 21419914
    Rich Felker 提交于
    this code was using $10 to save the syscall number, but $10 is not
    necessarily preserved by the kernel across syscalls. only mattered for
    syscalls that got interrupted by a signal and restarted. as far as i
    can tell, $25 is preserved by the kernel across syscalls.
    21419914
syscall.s 376 字节