diff options
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r-- | gdb/remote-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index f04f0e8..6f60284 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -75,7 +75,7 @@ static void mips_resume PARAMS ((int pid, int step, int siggnal)); static int -mips_wait PARAMS ((WAITTYPE *status)); +mips_wait PARAMS ((int pid, WAITTYPE *status)); static int mips_map_regno PARAMS ((int regno)); |