Kill pthread_ops_hack
[deliverable/binutils-gdb.git] / gdb / corefile.c
index 2be4e260f5b90838f8a9b22d38b48495eeaf6d58..af2d1a3633b9e14be46aecd2039d775d2514c351 100644 (file)
@@ -74,7 +74,7 @@ core_file_command (char *filename, int from_tty)
     error (_("GDB can't read core files on this machine."));
 
   if (!filename)
-    (t->to_detach) (filename, from_tty);
+    (t->to_detach) (t, filename, from_tty);
   else
     (t->to_open) (filename, from_tty);
 }
This page took 0.025972 seconds and 4 git commands to generate.