diff options
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target.c b/gdb/target.c index 72ab8f3..74a2817 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -810,7 +810,7 @@ update_current_target (void) (int (*) (struct target_ops *, int)) return_one); de_fault (to_set_syscall_catchpoint, - (int (*) (int, int, int, int, int *)) + (int (*) (struct target_ops *, int, int, int, int, int *)) return_one); de_fault (to_has_exited, (int (*) (int, int, int *)) |