diff options
Diffstat (limited to 'gdb/remote-z8k.c')
-rw-r--r-- | gdb/remote-z8k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-z8k.c b/gdb/remote-z8k.c index 5ff6e82..20d340d 100644 --- a/gdb/remote-z8k.c +++ b/gdb/remote-z8k.c @@ -158,7 +158,7 @@ sim_create_inferior (execfile, args, env) sim_clear_breakpoints (); init_wait_for_inferior (); insert_breakpoints (); - proceed (entry_pt, -1, 0); + proceed (entry_pt, TARGET_SIGNAL_DEFAULT, 0); } #if 0 static void |