summaryrefslogtreecommitdiff
path: root/erts/emulator/asmjit/x86/x86func.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/asmjit/x86/x86func.cpp')
-rw-r--r--erts/emulator/asmjit/x86/x86func.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/emulator/asmjit/x86/x86func.cpp b/erts/emulator/asmjit/x86/x86func.cpp
index ef5c4d9d29..8f2f077cea 100644
--- a/erts/emulator/asmjit/x86/x86func.cpp
+++ b/erts/emulator/asmjit/x86/x86func.cpp
@@ -22,7 +22,7 @@
// 3. This notice may not be removed or altered from any source distribution.
#include "../core/api-build_p.h"
-#ifdef ASMJIT_BUILD_X86
+#if !defined(ASMJIT_NO_X86)
#include "../x86/x86func_p.h"
#include "../x86/x86emithelper_p.h"
@@ -528,4 +528,4 @@ ASMJIT_FAVOR_SIZE Error initFuncDetail(FuncDetail& func, const FuncSignature& si
ASMJIT_END_SUB_NAMESPACE
-#endif // ASMJIT_BUILD_X86
+#endif // !ASMJIT_NO_X86