diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-10-05 23:07:51 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-10-05 23:07:51 +0000 |
commit | d25b6ff742d5a75f3d32457f2a11df604fdee548 (patch) | |
tree | 7e3f39232a9475cba90d4d36df0a3a6ba3cf8eb9 /gdb/procfs.c | |
parent | 54c5b1a688796c108929df7f8115538243f84dbc (diff) | |
download | gdb-d25b6ff742d5a75f3d32457f2a11df604fdee548.tar.gz |
import gdb-1999-10-04 snapshot
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r-- | gdb/procfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c index 4bd8fe9b874..83e58db0e45 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -5672,7 +5672,7 @@ procfs_create_inferior (exec_file, allargs, env) /* We are at the first instruction we care about. */ /* Pedal to the metal... */ - proceed ((CORE_ADDR) - 1, TARGET_SIGNAL_0, 0); + proceed ((CORE_ADDR) -1, TARGET_SIGNAL_0, 0); } /* Clean up after the inferior dies. */ |