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 7ea3d15..402a4ab 100644 --- a/gdb/remote-st.c +++ b/gdb/remote-st.c @@ -267,7 +267,8 @@ st2000_create_inferior (execfile, args, env) target_terminal_inferior (); /* insert_step_breakpoint (); FIXME, do we need this? */ - proceed ((CORE_ADDR)entry_pt, -1, 0); /* Let 'er rip... */ + /* Let 'er rip... */ + proceed ((CORE_ADDR)entry_pt, TARGET_SIGNAL_DEFAULT, 0); } /* Open a connection to a remote debugger. |