aboutsummaryrefslogtreecommitdiff
path: root/sim/lm32/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/lm32/cpu.c')
-rw-r--r--sim/lm32/cpu.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sim/lm32/cpu.c b/sim/lm32/cpu.c
index 2c7fb42..edc8805 100644
--- a/sim/lm32/cpu.c
+++ b/sim/lm32/cpu.c
@@ -74,11 +74,3 @@ lm32bf_h_csr_set (SIM_CPU *current_cpu, UINT regno, SI newval)
{
CPU (h_csr[regno]) = newval;
}
-
-/* Record trace results for INSN. */
-
-void
-lm32bf_record_trace_results (SIM_CPU *current_cpu, CGEN_INSN *insn,
- int *indices, TRACE_RECORD *tr)
-{
-}