You need to sign in or sign up before continuing.
  • R
    add 7-arg syscall support for mips · 9a3bbce4
    Rich Felker 提交于
    no syscalls actually use that many arguments; the issue is that some
    syscalls with 64-bit arguments have them ordered badly so that
    breaking them into aligned 32-bit half-arguments wastes slots with
    padding, and a 7th slot is needed for the last argument.
    9a3bbce4
syscall.s 442 字节