summaryrefslogtreecommitdiff
path: root/src/signal/mips/restore.s
blob: b6dadce07177f4cdb878cb13db6f8bae4915222b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.set noreorder

.global __restore_rt
.hidden __restore_rt
.type   __restore_rt,@function
__restore_rt:
	li $2, 4193
	syscall

.global __restore
.hidden __restore
.type   __restore,@function
__restore:
	li $2, 4119
	syscall