diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-05-29 09:01:07 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-05-29 09:01:07 (GMT) |
commit | 35dcb69e6325d597f0b6cf30b72c729e584f3fda (patch) | |
tree | cde8201278555e844627ea6dd74f1ab206e529a8 /plugins/arm/v7/opcodes | |
parent | 5fcd066f1e23041207f78e10c87c9c8560a815f7 (diff) |
Added support for the last remaining ARMv7 basic instructions.
Diffstat (limited to 'plugins/arm/v7/opcodes')
-rw-r--r-- | plugins/arm/v7/opcodes/opcodes_tmp_arm.h | 2 | ||||
-rw-r--r-- | plugins/arm/v7/opcodes/opcodes_tmp_thumb_32.h | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/plugins/arm/v7/opcodes/opcodes_tmp_arm.h b/plugins/arm/v7/opcodes/opcodes_tmp_arm.h index d6c4bc3..b1450b7 100644 --- a/plugins/arm/v7/opcodes/opcodes_tmp_arm.h +++ b/plugins/arm/v7/opcodes/opcodes_tmp_arm.h @@ -1,5 +1,3 @@ #ifndef arm_def_tmp_h #define arm_def_tmp_h -#define armv7_read_arm_instr_a8_isb(r) NULL -#define armv7_read_arm_instr_a8_pli_immediate_literal(r) NULL #endif diff --git a/plugins/arm/v7/opcodes/opcodes_tmp_thumb_32.h b/plugins/arm/v7/opcodes/opcodes_tmp_thumb_32.h index e98a523..a62aaa8 100644 --- a/plugins/arm/v7/opcodes/opcodes_tmp_thumb_32.h +++ b/plugins/arm/v7/opcodes/opcodes_tmp_thumb_32.h @@ -1,7 +1,3 @@ #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_pli_immediate_literal(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 |