mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-18 05:28:09 +00:00
Fixed macos build.
This commit is contained in:
parent
05d5632dea
commit
473eb0af62
@ -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 <wmmintrin.h>
|
||||
#else
|
||||
#if defined(ND_ARCH_X64) || defined(ND_ARCH_X86)
|
||||
#include <immintrin.h>
|
||||
#endif // defined(ND_ARCH_X64) || defined(ND_ARCH_X86)
|
||||
#endif // __clang__
|
||||
#endif // defined(ND_ARCH_X64) || defined(ND_ARCH_X86)
|
||||
|
||||
//
|
||||
// A generic emulator value.
|
||||
|
Loading…
Reference in New Issue
Block a user