gdb/
[deliverable/binutils-gdb.git] / gdb / ppc-linux-tdep.c
index c868ce0d5cc666b6d43a763490d82e901fb953b9..b6470fec8dd6cf439a4d41aad6730792a0886371 100644 (file)
@@ -1074,7 +1074,7 @@ ppc_linux_displaced_step_location (struct gdbarch *gdbarch)
       /* Inferior calls also use the entry point as a breakpoint location.
         We don't want displaced stepping to interfere with those
         breakpoints, so leave space.  */
-      ppc_linux_entry_point_addr = addr + 3 * PPC_INSN_SIZE;
+      ppc_linux_entry_point_addr = addr + 2 * PPC_INSN_SIZE;
     }
 
   return ppc_linux_entry_point_addr;
This page took 0.023249 seconds and 4 git commands to generate.