From ba2f0de21691c6752daf4b3a6941392ee06a77d6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 31 Jan 2021 16:46:50 -0500 Subject: sim: bpf/or1k: fix CGEN_TRACE_EXTRACT name We renamed these years ago, but it looks like the cgen core missed the TRACE_EXTRACT function, so these new ports still used the incompatible common name. Fix those ports to use the right func. --- sim/or1k/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sim/or1k/ChangeLog') diff --git a/sim/or1k/ChangeLog b/sim/or1k/ChangeLog index 1079c66..4d74882 100644 --- a/sim/or1k/ChangeLog +++ b/sim/or1k/ChangeLog @@ -1,3 +1,8 @@ +2021-01-31 Mike Frysinger + + * decode.c (or1k32bf_decode): Change TRACE_EXTRACT to + CGEN_TRACE_EXTRACT. + 2021-01-12 Mike Frysinger * traps.c (or1k32bf_exception): Move handler_pc decl to top of scope. -- cgit v1.1