We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f369076 commit 62e1ac6Copy full SHA for 62e1ac6
src/hyperlight_guest_bin/third_party/musl/src/setjmp/x86_64/longjmp.s
@@ -1,8 +1,6 @@
1
/* Copyright 2011-2012 Nicholas J. Kain, licensed under standard MIT license */
2
.global _longjmp
3
.global longjmp
4
-.type _longjmp,@function
5
-.type longjmp,@function
6
_longjmp:
7
longjmp:
8
xor %eax,%eax
src/hyperlight_guest_bin/third_party/musl/src/setjmp/x86_64/setjmp.s
@@ -2,9 +2,6 @@
.global __setjmp
.global _setjmp
.global setjmp
-.type __setjmp,@function
-.type _setjmp,@function
-.type setjmp,@function
__setjmp:
9
_setjmp:
10
setjmp:
0 commit comments