From 5081c0993b8b5823c8eb99205db55e8629ae1ba5 Mon Sep 17 00:00:00 2001 From: Gary Rusher Date: Sat, 11 Jan 2025 15:22:27 -0600 Subject: [PATCH 1/2] include --- src/tests/utility.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/utility.hpp b/src/tests/utility.hpp index 92723b97..964441de 100644 --- a/src/tests/utility.hpp +++ b/src/tests/utility.hpp @@ -28,6 +28,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #pragma once +#include #include #include #include From 019810ac3acb900e95d54e5623a90eb91dd2850f Mon Sep 17 00:00:00 2001 From: muscleman Date: Sat, 25 Jan 2025 10:23:01 -0600 Subject: [PATCH 2/2] add notes section --- src/jit_compiler_x86_static.S | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jit_compiler_x86_static.S b/src/jit_compiler_x86_static.S index 9193b21a..99ba2d2d 100644 --- a/src/jit_compiler_x86_static.S +++ b/src/jit_compiler_x86_static.S @@ -24,6 +24,7 @@ # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +.section .note.GNU-stack,"",@progbits .intel_syntax noprefix #if defined(__APPLE__) .text