* procfs.c (procfs_wait): Fix argument name to match 4 Jan changes.
[deliverable/binutils-gdb.git] / gdb / remote-hms.c
index 4e2db4292d06461e710136f28d59251a55172d8c..e86c1350145fcb7fd1ec0f40fd3860df5d4ef141 100644 (file)
@@ -485,7 +485,7 @@ hms_create_inferior (execfile, args, env)
   expect_prompt ();
 
   insert_breakpoints ();       /* Needed to get correct instruction in cache */
-  proceed (entry_pt, -1, 0);
+  proceed (entry_pt, TARGET_SIGNAL_DEFAULT, 0);
 }
 
 /* Open a connection to a remote debugger.
This page took 0.024579 seconds and 4 git commands to generate.