diff options
author | comex | 2015-02-24 20:39:14 -0500 |
---|---|---|
committer | comex | 2015-02-24 20:39:14 -0500 |
commit | 24eddaa8240137328a0522eccf741e7868a2ee58 (patch) | |
tree | ef7915f83133d966ff8986d3ea41c640832d3d96 /lib/transform-dis.h | |
parent | Add transform-dis-cases-arm64.S and fix a serious bug thus discovered. (diff) | |
download | substitute-24eddaa8240137328a0522eccf741e7868a2ee58.tar.gz |
fix arm64/armv7 ish
Diffstat (limited to '')
-rw-r--r-- | lib/transform-dis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/transform-dis.h b/lib/transform-dis.h index e8969a8..90156af 100644 --- a/lib/transform-dis.h +++ b/lib/transform-dis.h @@ -1,7 +1,7 @@ #pragma once #include <stdint.h> #include <stdbool.h> -#include stringify(TARGET_DIR/arch-dis.h) +#include "dis.h" #define TRANSFORM_DIS_BAN_CALLS 1 |