Add target_ops argument to to_goto_bookmark
[deliverable/binutils-gdb.git] / gdb / target.c
index 74725f8d238b03f59b3266427a7b5d147bdcc288..4d67bc37ffb2cbe829989d08b64e42386f585d77 100644 (file)
@@ -3796,7 +3796,7 @@ dummy_get_bookmark (struct target_ops *self, char *ignore1, int ignore2)
 
 /* Error-catcher for target_goto_bookmark.  */
 static void
-dummy_goto_bookmark (gdb_byte *ignore, int from_tty)
+dummy_goto_bookmark (struct target_ops *self, gdb_byte *ignore, int from_tty)
 {
   tcomplain ();
 }
This page took 0.025556 seconds and 4 git commands to generate.