diff options
author | comex | 2015-02-08 22:06:56 -0500 |
---|---|---|
committer | comex | 2015-02-08 22:06:56 -0500 |
commit | fdad44c4ccb219454c698645d4f2cb9726826c06 (patch) | |
tree | 6c4fd37dd9181f7ba336a16637999da714e17b23 /lib/substitute-internal.h | |
parent | right, going to bed (diff) | |
download | substitute-fdad44c4ccb219454c698645d4f2cb9726826c06.tar.gz |
starting x86 support
Diffstat (limited to 'lib/substitute-internal.h')
-rw-r--r-- | lib/substitute-internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
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__ |