summaryrefslogtreecommitdiff
path: root/src/signal/arm/restore.s
blob: 18f7216b14ccd69f9c0f0e0e55d97ac28f623ee3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
.global __restore
.type __restore,%function
__restore:
	mov r7,#119
	swi 0x0

.global __restore_rt
.type __restore_rt,%function
__restore_rt:
	mov r7,#173
	swi 0x0