summaryrefslogtreecommitdiff
path: root/src/signal/powerpc/restore.s
blob: 29c8afd03c6cd3ebda8eac01972231b551f96515 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
	.global __restore
	.hidden __restore
	.type __restore,%function
__restore:
	li      0, 119 #__NR_sigreturn
	sc

	.global __restore_rt
	.hidden __restore_rt
	.type __restore_rt,%function
__restore_rt:
	li      0, 172 # __NR_rt_sigreturn
	sc