aboutsummaryrefslogtreecommitdiff
path: root/sim/erc32/interf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/erc32/interf.c')
-rw-r--r--sim/erc32/interf.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/sim/erc32/interf.c b/sim/erc32/interf.c
index 608b224..7d64ed6 100644
--- a/sim/erc32/interf.c
+++ b/sim/erc32/interf.c
@@ -162,19 +162,6 @@ run_sim(sregs, icount, dis)
return (TIME_OUT);
}
-void
-sim_set_callbacks (ptr)
- host_callback *ptr;
-{
- sim_callback = ptr;
-}
-
-void
-sim_size (memsize)
- int memsize;
-{
-}
-
SIM_DESC
sim_open (kind, callback, abfd, argv)
SIM_OPEN_KIND kind;
@@ -468,15 +455,6 @@ sim_resume(SIM_DESC sd, int step, int siggnal)
if (sis_gdb_break) flush_windows ();
}
-int
-sim_trace (sd)
- SIM_DESC sd;
-{
- /* FIXME: unfinished */
- sim_resume (sd, 0, 0);
- return 1;
-}
-
void
sim_do_command(sd, cmd)
SIM_DESC sd;