From 066a1fa86407c80c3b7ef2c3e8c86f1ffbd2929d Mon Sep 17 00:00:00 2001 From: comex Date: Mon, 19 Jan 2015 19:08:48 -0500 Subject: some reorganization --- lib/transform-dis.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'lib/transform-dis.c') diff --git a/lib/transform-dis.c b/lib/transform-dis.c index 6d5fc66..6067ea0 100644 --- a/lib/transform-dis.c +++ b/lib/transform-dis.c @@ -1,5 +1,5 @@ #include "substitute-internal.h" -#ifdef TARGET_SUPPORTED +#ifdef TARGET_DIS_SUPPORTED #include "substitute.h" #include "dis.h" @@ -123,11 +123,7 @@ static inline void op32(struct transform_dis_ctx *ctx, uint32_t op) { *rpp += 4; } -#ifdef TARGET_arm - #include "transform-dis-arm-multi.inc.h" -#else - #include "transform-dis-arm64.inc.h" -#endif +#include TARGET_TRANSFORM_DIS_HEADER #include TARGET_DIS_HEADER -#endif /* TARGET_SUPPORTED */ +#endif /* TARGET_DIS_SUPPORTED */ -- cgit v1.2.3