* procfs.c (procfs_wait): Fix argument name to match 4 Jan changes.
[deliverable/binutils-gdb.git] / gdb / remote-adapt.c
index fe1586d42509d53c057672e9f4e8022ce805685d..1221315354cc411fe29a35f34b9939fa5d3e7099 100644 (file)
@@ -407,7 +407,7 @@ adapt_create_inferior (execfile, args, env)
          expect_prompt ();
 #else
        insert_breakpoints ();  /* Needed to get correct instruction in cache */
-       proceed(entry_pt, -1, 0);
+       proceed(entry_pt, TARGET_SIGNAL_DEFAULT, 0);
 #endif
 
   } else {
This page took 0.023231 seconds and 4 git commands to generate.