Add target_ops argument to to_info_record
[deliverable/binutils-gdb.git] / gdb / target.c
index e8c37f4201102ea447e40b50524eac318e7d779e..0800ca5f611c7f65bb466f49cf8779fd6b9c46a7 100644 (file)
@@ -4283,7 +4283,7 @@ target_info_record (void)
   for (t = current_target.beneath; t != NULL; t = t->beneath)
     if (t->to_info_record != NULL)
       {
-       t->to_info_record ();
+       t->to_info_record (t);
        return;
       }
 
This page took 0.024559 seconds and 4 git commands to generate.