initial commit of the arm port
[musl] / src / signal / arm / restore.s
1 .global __restore
2 .type __restore,%function
3 __restore:
4         mov r7,#119
5         swi 0x0
6
7 .global __restore_rt
8 .type __restore_rt,%function
9 __restore_rt:
10         mov r7,#173
11         swi 0x0