From 835bf8dedbdedd8a95f1eae6a9f9050a6b15bcfe Mon Sep 17 00:00:00 2001 From: comex Date: Sat, 17 Jan 2015 20:57:59 -0500 Subject: flip the definition of TARGET_(UN)SUPPORTED --- lib/transform-dis.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/transform-dis.c') diff --git a/lib/transform-dis.c b/lib/transform-dis.c index b8df987..32c012b 100644 --- a/lib/transform-dis.c +++ b/lib/transform-dis.c @@ -1,5 +1,5 @@ #include "substitute-internal.h" -#ifndef TARGET_UNSUPPORTED +#ifdef TARGET_SUPPORTED #include "substitute.h" #include "dis.h" @@ -121,4 +121,4 @@ static inline void op32(struct transform_dis_ctx *ctx, uint32_t op) { #endif #include TARGET_DIS_HEADER -#endif /* TARGET_UNSUPPORTED */ +#endif /* TARGET_SUPPORTED */ -- cgit v1.2.3