From 59f48f5a45d2300da401f1fccab31ba436217469 Mon Sep 17 00:00:00 2001 From: Denis Chertykov Date: Tue, 19 Jul 2016 09:47:23 +0300 Subject: Update PC when simulate break instruction. PR target/ 19401 * avr/interp.c (step_once): Pass break instruction address to sim_engine_halt function which writes that to PC. Remove code that follows that function call as it is unreachable. --- sim/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sim/ChangeLog') diff --git a/sim/ChangeLog b/sim/ChangeLog index 76c384d..d7cc92c 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,10 @@ +2016-07-19 Pitchumani Sivanupandi + + PR target/ 19401 + * avr/interp.c (step_once): Pass break instruction address to + sim_engine_halt function which writes that to PC. Remove code that + follows that function call as it is unreachable. + 2016-02-03 Maciej W. Rozycki * MAINTAINERS (Past sim maintainers): Add Thiemo Seufer. -- cgit v1.1