Add target_ops argument to to_save_record
[deliverable/binutils-gdb.git] / gdb / target.c
index 0800ca5f611c7f65bb466f49cf8779fd6b9c46a7..9f4945cb035806f60dc7b81dcfbf9ce7ec2855b9 100644 (file)
@@ -4300,7 +4300,7 @@ target_save_record (const char *filename)
   for (t = current_target.beneath; t != NULL; t = t->beneath)
     if (t->to_save_record != NULL)
       {
-       t->to_save_record (filename);
+       t->to_save_record (t, filename);
        return;
       }
 
This page took 0.024843 seconds and 4 git commands to generate.