import gdb-1999-08-23 snapshot
This commit is contained in:
parent
093505ad61
commit
53a5351d90
51 changed files with 3663 additions and 1459 deletions
|
@ -51,7 +51,7 @@ model_option_handler (SIM_DESC sd, sim_cpu *cpu, int opt,
|
|||
const MODEL *model = sim_model_lookup (arg);
|
||||
if (! model)
|
||||
{
|
||||
sim_io_eprintf (sd, "unknown model `%s'", arg);
|
||||
sim_io_eprintf (sd, "unknown model `%s'\n", arg);
|
||||
return SIM_RC_FAIL;
|
||||
}
|
||||
sim_model_set (sd, cpu, model);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue