From bd1cf478ada2df3ea7394578d933e49583a5821f Mon Sep 17 00:00:00 2001 From: Nadia Holmquist Pedersen Date: Tue, 25 Jul 2023 14:21:56 +0200 Subject: [PATCH] this didn't actually fix FreeBSD, so let's leave it out keeping the define anyway in case it's needed on some other platform though --- src/ARMJIT_Memory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ARMJIT_Memory.cpp b/src/ARMJIT_Memory.cpp index 242f084d..74f3ecb9 100644 --- a/src/ARMJIT_Memory.cpp +++ b/src/ARMJIT_Memory.cpp @@ -72,7 +72,7 @@ using Platform::LogLevel; */ -#if defined(__APPLE__) || defined(__FreeBSD__) +#if defined(__APPLE__) #define NEEDS_ANON_MAP #endif