From 473eb0af62904adda01b61986786f889872b22b6 Mon Sep 17 00:00:00 2001 From: Andrei Vlad LUTAS Date: Tue, 7 May 2024 17:22:33 +0300 Subject: [PATCH] Fixed macos build. --- bdshemu/bdshemu_x86.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bdshemu/bdshemu_x86.c b/bdshemu/bdshemu_x86.c index 8072105..21469d1 100644 --- a/bdshemu/bdshemu_x86.c +++ b/bdshemu/bdshemu_x86.c @@ -10,13 +10,13 @@ #include "../bddisasm/include/bddisasm_crt.h" #include "include/bdshemu_common.h" +#if defined(ND_ARCH_X64) || defined(ND_ARCH_X86) #ifdef __clang__ #include #else -#if defined(ND_ARCH_X64) || defined(ND_ARCH_X86) #include -#endif // defined(ND_ARCH_X64) || defined(ND_ARCH_X86) #endif // __clang__ +#endif // defined(ND_ARCH_X64) || defined(ND_ARCH_X86) // // A generic emulator value.