initial version of mips (o32) port, based on work by Richard Pennington (rdp)
[musl] / src / signal / mips / restore.s
1 .set noreorder
2
3 .global __restore_rt
4 .type   __restore_rt,@function
5 __restore_rt:
6         li $2, 4193
7         syscall
8
9 .global __restore
10 .type   __restore,@function
11 __restore:
12         li $2, 4119
13         syscall