summaryrefslogtreecommitdiff
path: root/sim/ft32/interp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ft32/interp.c')
-rw-r--r--sim/ft32/interp.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/sim/ft32/interp.c b/sim/ft32/interp.c
index 931ad2b5cc7..0666f6c4cb8 100644
--- a/sim/ft32/interp.c
+++ b/sim/ft32/interp.c
@@ -688,28 +688,6 @@ sim_engine_run (SIM_DESC sd,
}
}
-int
-sim_write (SIM_DESC sd,
- SIM_ADDR addr,
- const unsigned char *buffer,
- int size)
-{
- sim_cpu *cpu = STATE_CPU (sd, 0);
-
- return sim_core_write_buffer (sd, cpu, write_map, buffer, addr, size);
-}
-
-int
-sim_read (SIM_DESC sd,
- SIM_ADDR addr,
- unsigned char *buffer,
- int size)
-{
- sim_cpu *cpu = STATE_CPU (sd, 0);
-
- return sim_core_read_buffer (sd, cpu, read_map, buffer, addr, size);
-}
-
static uint32_t *
ft32_lookup_register (SIM_CPU *cpu, int nr)
{