diff options
Diffstat (limited to 'gdb/remote-z8k.c')
-rw-r--r-- | gdb/remote-z8k.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/remote-z8k.c b/gdb/remote-z8k.c index 16fc73a..f93a231 100644 --- a/gdb/remote-z8k.c +++ b/gdb/remote-z8k.c @@ -310,7 +310,8 @@ sim_mourn () } static void -rem_resume (a, b) +rem_resume (pid, a, b) + int pid; int a; int b; { |