aboutsummaryrefslogtreecommitdiff
path: root/sim/m32r/cpux.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/m32r/cpux.c')
-rw-r--r--sim/m32r/cpux.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sim/m32r/cpux.c b/sim/m32r/cpux.c
index e4d206f3..3955267 100644
--- a/sim/m32r/cpux.c
+++ b/sim/m32r/cpux.c
@@ -186,11 +186,3 @@ m32rxf_h_lock_set (SIM_CPU *current_cpu, BI newval)
{
CPU (h_lock) = newval;
}
-
-/* Record trace results for INSN. */
-
-void
-m32rxf_record_trace_results (SIM_CPU *current_cpu, CGEN_INSN *insn,
- int *indices, TRACE_RECORD *tr)
-{
-}