sim: d10v: use common configure options

In preparation for converting to nrun, call the common functions that
are needed.  This doesn't produce any new warnings, and the generated
code should be the same.
This commit is contained in:
Mike Frysinger
2015-03-30 01:14:04 -04:00
parent 2f783c1f4b
commit ef9535c6bc
6 changed files with 452 additions and 7 deletions

View File

@ -1268,6 +1268,14 @@ sim_set_callbacks (p)
d10v_callback = p;
}
int
sim_trace (SIM_DESC sd)
{
sim_resume (sd, 0, 0);
return 1;
}
void
sim_stop_reason (sd, reason, sigrc)
SIM_DESC sd;