* procfs.c (procfs_wait): Fix argument name to match 4 Jan changes.
[deliverable/binutils-gdb.git] / gdb / remote-sim.c
index 1d35ddc34c1e93b093f920eb7256cf126a8bfa59..6d4333d5f5265e0958943725ab8c4b89abe73ea3 100644 (file)
@@ -196,7 +196,7 @@ gdbsim_create_inferior (exec_file, args, env)
 
   inferior_pid = 42;
   insert_breakpoints ();       /* Needed to get correct instruction in cache */
-  proceed (entry_pt, -1, 0);
+  proceed (entry_pt, TARGET_SIGNAL_DEFAULT, 0);
 }
 
 /* The open routine takes the rest of the parameters from the command,
This page took 0.024219 seconds and 4 git commands to generate.