Fix problems introduced with my last change.
[deliverable/binutils-gdb.git] / gdb / m32r-tdep.c
index a4a791bb8473c70be38146e11a61007cb40f6522..cb5d9c32e860778e541ae6c0788484e63af12c5c 100644 (file)
@@ -250,7 +250,7 @@ decode_prologue (start_pc, scan_limit,
       /* End of prolog if any of these are branch instructions */
       if ((op1 == 0x7000)
          || (op1 == 0xb000)
-         || (op1 == 0x7000))
+         || (op1 == 0xf000))
        {
          after_prologue = current_pc;
          insn_debug (("Done: branch\n"));
@@ -350,7 +350,7 @@ m32r_scan_prologue (fi, fsr)
 {
   struct symtab_and_line sal;
   CORE_ADDR prologue_start, prologue_end, current_pc;
-  unsigned long framesize;
+  unsigned long framesize = 0;
 
   /* this code essentially duplicates skip_prologue, 
      but we need the start address below.  */
This page took 0.023545 seconds and 4 git commands to generate.