import gdb-1999-10-04 snapshot
[deliverable/binutils-gdb.git] / gdb / gnu-nat.c
index 9a5b927c806ffc8a3a454727693f4a68f1c2e0ec..24c0a009617fa73920ed3b05c935c1e3d019173b 100644 (file)
@@ -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"
This page took 0.026877 seconds and 4 git commands to generate.