* remote-sp64sim.c (simif_create_inferior): Add FIXME regarding
sim_set_args return code.
This commit is contained in:
parent
b367204f7f
commit
6eb0b28399
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
start-sanitize-v9
|
||||
Tue Aug 3 10:21:58 1993 Doug Evans (dje@canuck.cygnus.com)
|
||||
|
||||
* remote-sp64sim.c (simif_create_inferior): Add FIXME regarding
|
||||
sim_set_args return code.
|
||||
end-sanitize-v9
|
||||
|
||||
Mon Aug 2 16:35:31 1993 K. Richard Pixley (rich@sendai.cygnus.com)
|
||||
|
||||
* Makefile.in (VERSION): bumped to 4.9.4.
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue