From 62e1ac64d9eaa262e33985540f7aebd071347e30 Mon Sep 17 00:00:00 2001 From: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:23:38 -0700 Subject: [PATCH] Allow hyperlight_guest_bin to compile with windows target. Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com> --- .../third_party/musl/src/setjmp/x86_64/longjmp.s | 2 -- .../third_party/musl/src/setjmp/x86_64/setjmp.s | 3 --- 2 files changed, 5 deletions(-) diff --git a/src/hyperlight_guest_bin/third_party/musl/src/setjmp/x86_64/longjmp.s b/src/hyperlight_guest_bin/third_party/musl/src/setjmp/x86_64/longjmp.s index 64aad91c2..9961792bc 100644 --- a/src/hyperlight_guest_bin/third_party/musl/src/setjmp/x86_64/longjmp.s +++ b/src/hyperlight_guest_bin/third_party/musl/src/setjmp/x86_64/longjmp.s @@ -1,8 +1,6 @@ /* Copyright 2011-2012 Nicholas J. Kain, licensed under standard MIT license */ .global _longjmp .global longjmp -.type _longjmp,@function -.type longjmp,@function _longjmp: longjmp: xor %eax,%eax diff --git a/src/hyperlight_guest_bin/third_party/musl/src/setjmp/x86_64/setjmp.s b/src/hyperlight_guest_bin/third_party/musl/src/setjmp/x86_64/setjmp.s index 0cd4b3135..f42f5f454 100644 --- a/src/hyperlight_guest_bin/third_party/musl/src/setjmp/x86_64/setjmp.s +++ b/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: _setjmp: setjmp: