diff options
author | comex | 2015-01-19 19:08:48 -0500 |
---|---|---|
committer | comex | 2015-01-19 19:08:48 -0500 |
commit | 066a1fa86407c80c3b7ef2c3e8c86f1ffbd2929d (patch) | |
tree | 6f5a4abebbcb4cf034ab009a49c167ac95da418e /lib/jump-dis.c | |
parent | add the required copy of the GPL; clarify license text (diff) | |
download | substitute-066a1fa86407c80c3b7ef2c3e8c86f1ffbd2929d.tar.gz |
some reorganization
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 */ |