diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-05-29 07:28:39 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-05-29 07:28:39 (GMT) |
commit | 5fcd066f1e23041207f78e10c87c9c8560a815f7 (patch) | |
tree | e2dacb42024ebe172f8e2018c3ee540c1b706a96 /plugins/arm/v7/opcodes | |
parent | 85f8cfc150a9cbb07136863bc1ec379b29c723ab (diff) |
Fixed function names for some Thumb32 decoding calls.
Diffstat (limited to 'plugins/arm/v7/opcodes')
-rw-r--r-- | plugins/arm/v7/opcodes/opcodes_tmp_thumb_32.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/arm/v7/opcodes/opcodes_tmp_thumb_32.h b/plugins/arm/v7/opcodes/opcodes_tmp_thumb_32.h index ce803c6..e98a523 100644 --- a/plugins/arm/v7/opcodes/opcodes_tmp_thumb_32.h +++ b/plugins/arm/v7/opcodes/opcodes_tmp_thumb_32.h @@ -1,16 +1,7 @@ #ifndef thumb_32_def_tmp_h #define thumb_32_def_tmp_h #define armv7_read_thumb_32_instr_a8_isb(r) NULL -#define armv7_read_thumb_32_instr_a8_pld_immediate(r) NULL -#define armv7_read_thumb_32_instr_a8_pld_register(r) NULL #define armv7_read_thumb_32_instr_a8_pli_immediate_literal(r) NULL -#define armv7_read_thumb_32_instr_a8_sqadd16(r) NULL -#define armv7_read_thumb_32_instr_a8_sqadd8(r) NULL -#define armv7_read_thumb_32_instr_a8_sqasx(r) NULL -#define armv7_read_thumb_32_instr_a8_sqsax(r) NULL -#define armv7_read_thumb_32_instr_a8_sqsub16(r) NULL -#define armv7_read_thumb_32_instr_a8_sqsub8(r) NULL -#define armv7_read_thumb_32_instr_a8_sub_register_thumb(r) NULL #define armv7_read_thumb_32_instr_a8_tbb_tbh(r) NULL #define armv7_read_thumb_32_instr_a9_enterx_leavex(r) NULL #endif |