diff options
Diffstat (limited to 'gdb/remote-st.c')
-rw-r--r-- | gdb/remote-st.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/remote-st.c b/gdb/remote-st.c index ce4c7ab..8ae2721 100644 --- a/gdb/remote-st.c +++ b/gdb/remote-st.c @@ -229,7 +229,8 @@ get_hex_regs (int n, int regno) /* This is called not only when we first attach, but also when the user types "run" after having attached. */ static void -st2000_create_inferior (char *execfile, char *args, char **env) +st2000_create_inferior (char *execfile, char *args, char **env, + int from_tty) { int entry_pt; |