xref: /third_party/musl/src/signal/powerpc/restore.s
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/src/signal/powerpc/
1570af302Sopenharmony_ci	.global __restore
2570af302Sopenharmony_ci	.hidden __restore
3570af302Sopenharmony_ci	.type __restore,%function
4570af302Sopenharmony_ci__restore:
5570af302Sopenharmony_ci	li      0, 119 #__NR_sigreturn
6570af302Sopenharmony_ci	sc
7570af302Sopenharmony_ci
8570af302Sopenharmony_ci	.global __restore_rt
9570af302Sopenharmony_ci	.hidden __restore_rt
10570af302Sopenharmony_ci	.type __restore_rt,%function
11570af302Sopenharmony_ci__restore_rt:
12570af302Sopenharmony_ci	li      0, 172 # __NR_rt_sigreturn
13570af302Sopenharmony_ci	sc
14

Indexes created Thu Nov 07 10:32:03 CST 2024