Add target_ops argument to to_get_bookmark
[deliverable/binutils-gdb.git] / gdb / record-full.c
index 04ba714d11e1a975584aae954cd460530965ce91..d51474167ba7f7f8ec3b415ac9c78c8847eb161d 100644 (file)
@@ -1701,7 +1701,7 @@ record_full_can_execute_reverse (void)
 /* "to_get_bookmark" method for process record and prec over core.  */
 
 static gdb_byte *
-record_full_get_bookmark (char *args, int from_tty)
+record_full_get_bookmark (struct target_ops *self, char *args, int from_tty)
 {
   char *ret = NULL;
 
This page took 0.025226 seconds and 4 git commands to generate.