Pass inferior down to target_detach and to_detach
[deliverable/binutils-gdb.git] / gdb / corelow.c
index 250f46aa051920ebbd8c04dbd55099241a9473a0..190f0162d959c90977f471af1e6f83be92db171a 100644 (file)
@@ -464,7 +464,7 @@ core_open (const char *arg, int from_tty)
 }
 
 static void
-core_detach (struct target_ops *ops, int from_tty)
+core_detach (struct target_ops *ops, inferior *inf, int from_tty)
 {
   unpush_target (ops);
   reinit_frame_cache ();
This page took 0.024666 seconds and 4 git commands to generate.