diff options
Diffstat (limited to 'gdb/go32-nat.c')
-rw-r--r-- | gdb/go32-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c index 75f6a3ed125..2e91b129c26 100644 --- a/gdb/go32-nat.c +++ b/gdb/go32-nat.c @@ -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; } |