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/arm/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/arm/misc.h')
-rw-r--r-- | lib/arm/misc.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/arm/misc.h b/lib/arm/misc.h new file mode 100644 index 0000000..44d8e7a --- /dev/null +++ b/lib/arm/misc.h @@ -0,0 +1,7 @@ +#pragma once +#define TARGET_DIS_SUPPORTED +#define TARGET_DIS_HEADER "arm/dis-arm-multi.inc.h" +#define TARGET_TRANSFORM_DIS_HEADER "arm/transform-dis-arm-multi.inc.h" +#define MIN_INSN_SIZE 2 +struct arch_dis_ctx { unsigned thumb_it_length; }; +enum { IS_LDRD_STRD = 1 << 16 }; |