aboutsummaryrefslogtreecommitdiff
path: root/lib/transform-dis.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/transform-dis.c')
-rw-r--r--lib/transform-dis.c4
1 files changed, 2 insertions, 2 deletions
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 */