mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-07-25 00:18: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 "../bddisasm/include/bddisasm_crt.h"
|
||||||
#include "include/bdshemu_common.h"
|
#include "include/bdshemu_common.h"
|
||||||
|
|
||||||
|
#if defined(ND_ARCH_X64) || defined(ND_ARCH_X86)
|
||||||
#ifdef __clang__
|
#ifdef __clang__
|
||||||
#include <wmmintrin.h>
|
#include <wmmintrin.h>
|
||||||
#else
|
#else
|
||||||
#if defined(ND_ARCH_X64) || defined(ND_ARCH_X86)
|
|
||||||
#include <immintrin.h>
|
#include <immintrin.h>
|
||||||
#endif // defined(ND_ARCH_X64) || defined(ND_ARCH_X86)
|
|
||||||
#endif // __clang__
|
#endif // __clang__
|
||||||
|
#endif // defined(ND_ARCH_X64) || defined(ND_ARCH_X86)
|
||||||
|
|
||||||
//
|
//
|
||||||
// A generic emulator value.
|
// A generic emulator value.
|
||||||
|
Loading…
Reference in New Issue
Block a user