multiple register push instruction.
+2002-09-20 Corinna Vinschen <vinschen@redhat.com>
+
+ * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
+ multiple register push instruction.
+
2002-09-19 Jim Blandy <jimb@redhat.com>
Add support for distinct host and target character sets.
next_ip = h8300_next_prologue_insn (ip, limit, &insn_word);
start = insn_word & 0x7;
- for (i = start; i <= start + count; i++)
+ for (i = start; i < start + count; i++)
{
fsr[i] = after_prolog_fp + auto_depth;
auto_depth += 4;