diff options
Diffstat (limited to 'gdb/remote-st.c')
-rw-r--r-- | gdb/remote-st.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote-st.c b/gdb/remote-st.c index 833aa206760..aa1b7cdee71 100644 --- a/gdb/remote-st.c +++ b/gdb/remote-st.c @@ -358,8 +358,8 @@ st2000_detach (from_tty) /* Tell the remote machine to resume. */ static void -st2000_resume (step, sig) - int step, sig; +st2000_resume (pid, step, sig) + int pid, step, sig; { if (step) { |