• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.syntax unified
2
3.global arm_signal_process
4.global arm_do_signal
5.hidden arm_do_signal
6.type arm_do_signal,%function
7arm_do_signal:
8	stmfd sp!, {r0-r12}
9	mov r4, sp
10	bic sp, sp, #7
11	blx arm_signal_process
12	mov sp, r4
13	ldmfd sp!, {r0-r12}
14	b __restore
15
16.global __restore
17.hidden __restore
18.type __restore,%function
19__restore:
20	mov r7,#119
21	swi 0x0
22
23.global __restore_rt
24.hidden __restore_rt
25.type __restore_rt,%function
26__restore_rt:
27	mov r7,#173
28	swi 0x0