Move arch/tdesc.h to common/tdesc.h
[deliverable/binutils-gdb.git] / gdb / record.c
index 767b9f6afd434b326ea91bd7837272905e3c8d77..9a476142e9d2b58dd293409e1a975eaee5153b79 100644 (file)
@@ -187,7 +187,7 @@ record_disconnect (struct target_ops *t, const char *args, int from_tty)
 /* See record.h.  */
 
 void
-record_detach (struct target_ops *t, const char *args, int from_tty)
+record_detach (struct target_ops *t, inferior *inf, int from_tty)
 {
   gdb_assert (t->to_stratum == record_stratum);
 
@@ -196,7 +196,7 @@ record_detach (struct target_ops *t, const char *args, int from_tty)
   record_stop (t);
   record_unpush (t);
 
-  target_detach (args, from_tty);
+  target_detach (inf, from_tty);
 }
 
 /* See record.h.  */
This page took 0.029869 seconds and 4 git commands to generate.