* breakpoint.h (struct breakpoint): New member GDBARCH.
[deliverable/binutils-gdb.git] / gdb / corelow.c
index b69c2a12498c9e5346dfd9168b6e5bae3e855863..4dbcef06c7477ce2080ec46886993e2a441945f1 100644 (file)
@@ -695,7 +695,7 @@ core_xfer_partial (struct target_ops *ops, enum target_object object,
    `gdb internal error' (since generic_mourn calls breakpoint_init_inferior).  */
 
 static int
-ignore (struct bp_target_info *bp_tgt)
+ignore (struct gdbarch *gdbarch, struct bp_target_info *bp_tgt)
 {
   return 0;
 }
This page took 0.025062 seconds and 4 git commands to generate.