summaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.c
diff options
context:
space:
mode:
authorqiyao <qiyao>2011-03-11 14:48:52 +0000
committerqiyao <qiyao>2011-03-11 14:48:52 +0000
commitd4018825f8a4b26bd6570a405728a44b346f088d (patch)
treec3539a743f873d60bcd9df0d9f2ac810a308b948 /gdb/arm-tdep.c
parent2046556ddd4abbea4a48c9f13ab1d89f04759729 (diff)
downloadgdb-d4018825f8a4b26bd6570a405728a44b346f088d.tar.gz
2011-03-11 Yao Qi <yao@codesourcery.com>
* arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements.
Diffstat (limited to 'gdb/arm-tdep.c')
-rw-r--r--gdb/arm-tdep.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c
index 77961762f37..6e5f2ab16a8 100644
--- a/gdb/arm-tdep.c
+++ b/gdb/arm-tdep.c
@@ -6003,9 +6003,6 @@ copy_ldr_str_ldrb_strb (struct gdbarch *gdbarch, uint32_t insn,
else
dsc->modinsn[5] = (insn & 0xfff00ff0) | 0x20003;
- dsc->modinsn[6] = 0x0; /* breakpoint location. */
- dsc->modinsn[7] = 0x0; /* scratch space. */
-
dsc->numinsns = 6;
}