diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-05-25 21:19:42 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-05-25 21:19:42 (GMT) |
commit | 1b524ce0e645e451ca76723f4f86fe2a71c1adf2 (patch) | |
tree | 8d818f5ea77ad27fd6bbb261acdd0a968f7ec599 /src/arch/arm/v7/opcodes | |
parent | 0e2849345be5018152d60b5aa27eebb2de75e1df (diff) |
Fixed various mistakes in the decoding of ARM instructions.
Diffstat (limited to 'src/arch/arm/v7/opcodes')
-rw-r--r-- | src/arch/arm/v7/opcodes/opcodes_tmp_arm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/arm/v7/opcodes/opcodes_tmp_arm.h b/src/arch/arm/v7/opcodes/opcodes_tmp_arm.h index ec8372a..dcfd635 100644 --- a/src/arch/arm/v7/opcodes/opcodes_tmp_arm.h +++ b/src/arch/arm/v7/opcodes/opcodes_tmp_arm.h @@ -1,7 +1,6 @@ #ifndef arm_def_tmp_h #define arm_def_tmp_h #define armv7_read_arm_instr_cps_arm(r) NULL -#define armv7_read_arm_instr_dmd(r) NULL #define armv7_read_arm_instr_eret(r) NULL #define armv7_read_arm_instr_hvc(r) NULL #define armv7_read_arm_instr_isb(r) NULL @@ -13,7 +12,6 @@ #define armv7_read_arm_instr_ldmib_ldmed(r) NULL #define armv7_read_arm_instr_ldm_ldmia_ldmfd_arm(r) NULL #define armv7_read_arm_instr_ldm_user_registers(r) NULL -#define armv7_read_arm_instr_ldr_register(r) NULL #define armv7_read_arm_instr_mrs(r) NULL #define armv7_read_arm_instr_mrs_banked_register(r) NULL #define armv7_read_arm_instr_msr_banked_register(r) NULL |