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/arm64/misc.h | |
parent | add the required copy of the GPL; clarify license text (diff) | |
download | substitute-066a1fa86407c80c3b7ef2c3e8c86f1ffbd2929d.tar.gz |
some reorganization
Diffstat (limited to 'lib/arm64/misc.h')
-rw-r--r-- | lib/arm64/misc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/arm64/misc.h b/lib/arm64/misc.h new file mode 100644 index 0000000..672e1bd --- /dev/null +++ b/lib/arm64/misc.h @@ -0,0 +1,6 @@ +#pragma once +#define TARGET_DIS_SUPPORTED +#define TARGET_DIS_HEADER "arm64/dis-arm64.inc.h" +#define TARGET_TRANSFORM_DIS_HEADER "arm64/transform-dis-arm64.inc.h" +#define MIN_INSN_SIZE 4 +struct arch_dis_ctx {}; |