mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
fix compilation paths for cpuid_flags for x86
This commit is contained in:
parent
45bfed9b9d
commit
e7e1308d7f
@ -577,7 +577,7 @@ set (hs_exec_common_SRCS
|
|||||||
${hs_exec_common_SRCS}
|
${hs_exec_common_SRCS}
|
||||||
src/util/arch/x86/cpuid_flags.c
|
src/util/arch/x86/cpuid_flags.c
|
||||||
)
|
)
|
||||||
elif (ARCH_ARM32 OR ARCH_AARCH64)
|
else (ARCH_ARM32 OR ARCH_AARCH64)
|
||||||
set (hs_exec_common_SRCS
|
set (hs_exec_common_SRCS
|
||||||
${hs_exec_common_SRCS}
|
${hs_exec_common_SRCS}
|
||||||
src/util/arch/arm/cpuid_flags.c
|
src/util/arch/arm/cpuid_flags.c
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "cpuid_flags.h"
|
#include "util/arch/common/cpuid_flags.h"
|
||||||
#include "cpuid_inline.h"
|
#include "cpuid_inline.h"
|
||||||
#include "ue2common.h"
|
#include "ue2common.h"
|
||||||
#include "hs_compile.h" // for HS_MODE_ flags
|
#include "hs_compile.h" // for HS_MODE_ flags
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
#define CPUID_INLINE_H_
|
#define CPUID_INLINE_H_
|
||||||
|
|
||||||
#include "ue2common.h"
|
#include "ue2common.h"
|
||||||
#include "cpuid_flags.h"
|
#include "util/arch/common/cpuid_flags.h"
|
||||||
|
|
||||||
#if !defined(_WIN32) && !defined(CPUID_H_)
|
#if !defined(_WIN32) && !defined(CPUID_H_)
|
||||||
#include <cpuid.h>
|
#include <cpuid.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user