Add target_ops argument to to_can_run
[deliverable/binutils-gdb.git] / gdb / go32-nat.c
index 75f6a3ed12588056cbcddd18b7faa3cc9af192f7..2e91b129c265d62ad00735fb1f2292818fd8b9b6 100644 (file)
@@ -737,7 +737,7 @@ go32_mourn_inferior (struct target_ops *ops)
 }
 
 static int
-go32_can_run (void)
+go32_can_run (struct target_ops *self)
 {
   return 1;
 }
This page took 0.028985 seconds and 4 git commands to generate.