musl-tcc/src/signal/arm/restore.s

16 lines
220 B
ArmAsm
Raw Normal View History

2022-03-20 08:48:53 +00:00
.syntax unified
.global __restore
.hidden __restore
.type __restore,%function
__restore:
mov r7,#119
swi 0x0
.global __restore_rt
.hidden __restore_rt
.type __restore_rt,%function
__restore_rt:
mov r7,#173
swi 0x0