Skip to content

Commit 62e1ac6

Browse files
committed
Allow hyperlight_guest_bin to compile with windows target.
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent f369076 commit 62e1ac6

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/hyperlight_guest_bin/third_party/musl/src/setjmp/x86_64/longjmp.s

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/* Copyright 2011-2012 Nicholas J. Kain, licensed under standard MIT license */
22
.global _longjmp
33
.global longjmp
4-
.type _longjmp,@function
5-
.type longjmp,@function
64
_longjmp:
75
longjmp:
86
xor %eax,%eax

src/hyperlight_guest_bin/third_party/musl/src/setjmp/x86_64/setjmp.s

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
.global __setjmp
33
.global _setjmp
44
.global setjmp
5-
.type __setjmp,@function
6-
.type _setjmp,@function
7-
.type setjmp,@function
85
__setjmp:
96
_setjmp:
107
setjmp:

0 commit comments

Comments
 (0)