* arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements.
This commit is contained in:
Yao Qi
2011-03-11 14:48:55 +00:00
parent 502df13057
commit 815a83e48e
2 changed files with 4 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2011-03-11 Yao Qi <yao@codesourcery.com>
* arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements.
2011-03-11 Andreas Schwab <schwab@redhat.com>
* common/aclocal.m4: Remove.

View File

@@ -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;
}