aboutsummaryrefslogtreecommitdiff
path: root/sim/cr16/interp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/cr16/interp.c')
-rw-r--r--sim/cr16/interp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/cr16/interp.c b/sim/cr16/interp.c
index 8af7aef..278a5ab 100644
--- a/sim/cr16/interp.c
+++ b/sim/cr16/interp.c
@@ -940,7 +940,6 @@ sim_open (SIM_OPEN_KIND kind, struct host_callback_struct *cb, struct bfd *abfd,
/* reset the processor state */
if (!State.mem.data[0])
sim_size (1);
- sim_create_inferior ((SIM_DESC) 1, NULL, NULL, NULL);
return sd;
}