diff options
Diffstat (limited to 'gdb/remote-vx.c')
-rw-r--r-- | gdb/remote-vx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-vx.c b/gdb/remote-vx.c index abbd918..3bcb680 100644 --- a/gdb/remote-vx.c +++ b/gdb/remote-vx.c @@ -235,7 +235,7 @@ vx_create_inferior (exec_file, args, env) stop_soon_quietly = 0; /* insert_step_breakpoint (); FIXME, do we need this? */ - proceed(-1, -1, 0); + proceed (-1, TARGET_SIGNAL_DEFAULT, 0); } /* Fill ARGSTRUCT in argc/argv form with the arguments from the |