From 31557eccb23b478e049b5eb7db3cb144c6533ee5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 9 Jun 2015 16:10:49 +0800 Subject: sim: microblaze: switch to common sim_resume/sim_stop_reason This allows us to use the common code for all exception handling. --- sim/microblaze/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'sim/microblaze/ChangeLog') diff --git a/sim/microblaze/ChangeLog b/sim/microblaze/ChangeLog index cd4be04..4bd0da4 100644 --- a/sim/microblaze/ChangeLog +++ b/sim/microblaze/ChangeLog @@ -1,3 +1,13 @@ +2015-06-11 Mike Frysinger + + * Makefile.in (SIM_OBJS): Add sim-resume.o. + * interp.c (sim_resume): rename to ... + (sim_engine_run): ... this. Change CPU.exception setting to + sim_engine_halt calls. Change do/while to while(1). Call + sim_events_process when sim_events_tick is true. + (sim_stop_reason): Delete. + * sim-main.h (microblaze_regset): Delete exception member. + 2015-04-18 Mike Frysinger * sim-main.h (SIM_CPU): Delete. -- cgit v1.1