diff options
Diffstat (limited to 'gdb/mac-nat.c')
-rw-r--r-- | gdb/mac-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mac-nat.c b/gdb/mac-nat.c index 5bbe339..bf57227 100644 --- a/gdb/mac-nat.c +++ b/gdb/mac-nat.c @@ -217,7 +217,7 @@ child_create_inferior (exec_file, allargs, env) init_wait_for_inferior (); clear_proceed_status (); -/* proceed ((CORE_ADDR) - 1, TARGET_SIGNAL_0, 0); */ +/* proceed ((CORE_ADDR) -1, TARGET_SIGNAL_0, 0); */ } static void |