diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-01-25 01:12:54 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-01-25 01:12:54 (GMT) |
commit | 0993276d6450919c6d178182c5fd26497b62d5fc (patch) | |
tree | 5b069eb20ce7360ef6c8d4d55b8a0ab000eb70c2 /src/arch/arm/v7/opcodes | |
parent | 141d2f0fbb2ce3b4ddf85383c55b891fd59dc598 (diff) |
Added a fixed address for the start of the '.plt' section and improved the disassembly process.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@460 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/arm/v7/opcodes')
-rw-r--r-- | src/arch/arm/v7/opcodes/opcodes_tmp_arm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/arm/v7/opcodes/opcodes_tmp_arm.h b/src/arch/arm/v7/opcodes/opcodes_tmp_arm.h index 36e2193..3a5e646 100644 --- a/src/arch/arm/v7/opcodes/opcodes_tmp_arm.h +++ b/src/arch/arm/v7/opcodes/opcodes_tmp_arm.h @@ -15,7 +15,6 @@ #define armv7_read_arm_instr_stmib_stmfa(r) NULL #define armv7_read_arm_instr_stm_stmia_stmea(r) NULL #define armv7_read_arm_instr_stm_user_registers(r) NULL -#define armv7_read_arm_instr_str_immediate_arm(r) NULL #define armv7_read_arm_instr_str_register(r) NULL #define armv7_read_arm_instr_strt(r) NULL #endif |