From fdad44c4ccb219454c698645d4f2cb9726826c06 Mon Sep 17 00:00:00 2001 From: comex Date: Sun, 8 Feb 2015 22:06:56 -0500 Subject: starting x86 support --- lib/substitute-internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/substitute-internal.h') diff --git a/lib/substitute-internal.h b/lib/substitute-internal.h index f93d1eb..17ad6ec 100644 --- a/lib/substitute-internal.h +++ b/lib/substitute-internal.h @@ -52,6 +52,8 @@ typedef struct section section_x; #include "arm/misc.h" #elif defined(TARGET_arm64) #include "arm64/misc.h" +#elif defined(TARGET_x86_64) || defined(TARGET_i386) + #include "x86/misc.h" #endif #ifdef __APPLE__ -- cgit v1.2.3