aboutsummaryrefslogtreecommitdiff
path: root/lib/jump-dis.c
diff options
context:
space:
mode:
authorcomex2015-01-19 19:08:48 -0500
committercomex2015-01-19 19:08:48 -0500
commit066a1fa86407c80c3b7ef2c3e8c86f1ffbd2929d (patch)
tree6f5a4abebbcb4cf034ab009a49c167ac95da418e /lib/jump-dis.c
parentadd the required copy of the GPL; clarify license text (diff)
downloadsubstitute-066a1fa86407c80c3b7ef2c3e8c86f1ffbd2929d.tar.gz
some reorganization
Diffstat (limited to '')
-rw-r--r--lib/jump-dis.c4
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 */