diff options
Diffstat (limited to 'gdb/remote-hms.c')
-rw-r--r-- | gdb/remote-hms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-hms.c b/gdb/remote-hms.c index 4e2db42..e86c135 100644 --- a/gdb/remote-hms.c +++ b/gdb/remote-hms.c @@ -485,7 +485,7 @@ hms_create_inferior (execfile, args, env) expect_prompt (); insert_breakpoints (); /* Needed to get correct instruction in cache */ - proceed (entry_pt, -1, 0); + proceed (entry_pt, TARGET_SIGNAL_DEFAULT, 0); } /* Open a connection to a remote debugger. |