about summary refs log tree commit diff
path: root/src/signal/loongarch64/restore.s
blob: d90a8ebbdac9abfee1e28c047344d58ca9b1fb8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.global __restore_rt
.global __restore
.hidden __restore_rt
.hidden __restore
.type   __restore_rt,@function
.type   __restore,@function
__restore_rt:
__restore:
	li.w    $a7, 139
	syscall 0