aboutsummaryrefslogtreecommitdiff
path: root/sim/v850/interp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/v850/interp.c')
-rw-r--r--sim/v850/interp.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/v850/interp.c b/sim/v850/interp.c
index d1aa8eb..da1cfd8 100644
--- a/sim/v850/interp.c
+++ b/sim/v850/interp.c
@@ -568,6 +568,13 @@ time_t start_time;
static void do_interrupt PARAMS ((enum interrupt_type));
+int
+sim_stop (sd)
+ SIM_DESC sd;
+{
+ return 0;
+}
+
void
sim_resume (sd, step, siggnal)
SIM_DESC sd;