xref: /third_party/musl/src/setjmp/i386/longjmp.s
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/src/setjmp/i386/
1570af302Sopenharmony_ci.global _longjmp
2570af302Sopenharmony_ci.global longjmp
3570af302Sopenharmony_ci.type _longjmp,@function
4570af302Sopenharmony_ci.type longjmp,@function
5570af302Sopenharmony_ci_longjmp:
6570af302Sopenharmony_cilongjmp:
7570af302Sopenharmony_ci	mov  4(%esp),%edx
8570af302Sopenharmony_ci	mov  8(%esp),%eax
9570af302Sopenharmony_ci	cmp       $1,%eax
10570af302Sopenharmony_ci	adc       $0, %al
11570af302Sopenharmony_ci	mov   (%edx),%ebx
12570af302Sopenharmony_ci	mov  4(%edx),%esi
13570af302Sopenharmony_ci	mov  8(%edx),%edi
14570af302Sopenharmony_ci	mov 12(%edx),%ebp
15570af302Sopenharmony_ci	mov 16(%edx),%esp
16570af302Sopenharmony_ci	jmp *20(%edx)
17

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