diff options
Diffstat (limited to '')
-rw-r--r-- | lib/jump-dis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/jump-dis.c b/lib/jump-dis.c index 355ac0f..2a4f94c 100644 --- a/lib/jump-dis.c +++ b/lib/jump-dis.c @@ -1,5 +1,5 @@ #include "substitute-internal.h" -#ifdef TARGET_SUPPORTED +#ifdef TARGET_DIS_SUPPORTED #include "dis.h" #include <stdint.h> #include <stdbool.h> @@ -163,4 +163,4 @@ fail: } #include TARGET_DIS_HEADER -#endif /* TARGET_SUPPORTED */ +#endif /* TARGET_DIS_SUPPORTED */ |