diff options
Diffstat (limited to 'gdb/gnu-nat.c')
-rw-r--r-- | gdb/gnu-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c index 9a5b927..24c0a00 100644 --- a/gdb/gnu-nat.c +++ b/gdb/gnu-nat.c @@ -2014,7 +2014,7 @@ gnu_create_inferior (exec_file, allargs, env) inf_restore_exc_ports (inf); /* Here we go! */ - proceed ((CORE_ADDR) - 1, 0, 0); + proceed ((CORE_ADDR) -1, 0, 0); } /* Mark our target-struct as eligible for stray "run" and "attach" |