xref: /third_party/musl/src/thread/powerpc/__unmapself.s
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/src/thread/powerpc/
1570af302Sopenharmony_ci	.text
2570af302Sopenharmony_ci	.global __unmapself
3570af302Sopenharmony_ci	.type   __unmapself,%function
4570af302Sopenharmony_ci__unmapself:
5570af302Sopenharmony_ci	li      0, 91 # __NR_munmap
6570af302Sopenharmony_ci	sc
7570af302Sopenharmony_ci	li      0, 1 #__NR_exit
8570af302Sopenharmony_ci	sc
9570af302Sopenharmony_ci	blr
10

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