*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / gdbarch.c
index 1f5993e9064f113594fe69a9a0870966c2a82ddb..d84dca48b16db3c5a33aa7f307fde13878c1cdde 100644 (file)
@@ -2106,7 +2106,7 @@ gdbarch_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr, int *lenp
   gdb_assert (gdbarch->breakpoint_from_pc != NULL);
   if (gdbarch_debug >= 2)
     fprintf_unfiltered (gdb_stdlog, "gdbarch_breakpoint_from_pc called\n");
-  return gdbarch->breakpoint_from_pc (pcptr, lenptr);
+  return gdbarch->breakpoint_from_pc (gdbarch, pcptr, lenptr);
 }
 
 void
This page took 0.025076 seconds and 4 git commands to generate.