+2015-11-15 Mike Frysinger <vapier@gentoo.org>
+
+ * Makefile.in (SIM_OBJS): Add sim-reason.o and sim-stop.o.
+ * compile.c (sim_stop, sim_stop_reason): Delete.
+
2015-11-14 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-load.o.
}
}
-int
-sim_stop (SIM_DESC sd)
-{
- /* FIXME: use a real signal value. */
- sim_engine_set_run_state (sd, sim_stopped, SIGINT);
- return 1;
-}
-
#define OBITOP(name, f, s, op) \
case O (name, SB): \
{ \
return -1;
}
-void
-sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc)
-{
- sim_engine_get_run_state (sd, reason, sigrc);
-}
-
static void
set_simcache_size (SIM_DESC sd, int n)
{