summaryrefslogtreecommitdiff
path: root/src/thread/mips/syscall_cp.s
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-09-09 00:55:31 -0400
committerRich Felker <dalias@aerifal.cx>2012-09-09 00:55:31 -0400
commit21419914c530c505cb450733b724257be703d9db (patch)
tree0c31ccce2b6a9ee5fb2cce79bd316160c5382389 /src/thread/mips/syscall_cp.s
parent41c5ee50eee769f85253946e4c4b5706de37e9e9 (diff)
downloadmusl-21419914c530c505cb450733b724257be703d9db.tar.gz
fix broken mips syscall asm
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.
Diffstat (limited to 'src/thread/mips/syscall_cp.s')
0 files changed, 0 insertions, 0 deletions