* remote-sp64sim.c (simif_create_inferior): Add FIXME regarding
[deliverable/binutils-gdb.git] / gdb / remote-sp64sim.c
index ced255d0390f4af84b2dac21de2f1a388b360444..1bc6250a5a7c8c73780270afbb3056f839d9bc7f 100644 (file)
@@ -228,6 +228,9 @@ simif_create_inferior (exec_file, args, env)
   strcat (arg_buf, args);
   argv = buildargv (arg_buf);
   make_cleanup (freeargv, (char *) argv);
+  /* FIXME: remote-sim.h says targets that don't support this return
+     non-zero.  Perhaps distinguish between "not supported" and other errors?
+     Or maybe that can be the only error.  */
   if (sim_set_args (argv, env) != 0)
     return;
 
This page took 0.022777 seconds and 4 git commands to generate.