]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/remote-sim.c
import gdb-1999-10-04 snapshot
[thirdparty/binutils-gdb.git] / gdb / remote-sim.c
index dc24f57cc0fee1e07ea34970d2e15374f8586769..0c9d6761f3230d65f48e0f8287c1a968bb041229 100644 (file)
@@ -462,7 +462,7 @@ gdbsim_create_inferior (exec_file, args, env)
   clear_proceed_status ();
 
   /* NB: Entry point already set by sim_create_inferior. */
-  proceed ((CORE_ADDR) - 1, TARGET_SIGNAL_DEFAULT, 0);
+  proceed ((CORE_ADDR) -1, TARGET_SIGNAL_DEFAULT, 0);
 }
 
 /* The open routine takes the rest of the parameters from the command,