diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2002-08-13 07:57:18 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2002-08-13 07:57:18 +0000 |
commit | abea9e28ead8f04e13313e749bfdf15d85f0bdbc (patch) | |
tree | 284def80447d4282633672da9f76124a5308b2dd /sim/m68hc11/ChangeLog | |
parent | 63f36def60e0ebb54113a819db684887d036b387 (diff) | |
download | gdb-abea9e28ead8f04e13313e749bfdf15d85f0bdbc.zip gdb-abea9e28ead8f04e13313e749bfdf15d85f0bdbc.tar.gz gdb-abea9e28ead8f04e13313e749bfdf15d85f0bdbc.tar.bz2 |
* dv-m68hc11.c (m68hc11cpu_io_write): Fix to update IO mapping
when IO mapping changed, not when internal RAM mapping is changed.
Diffstat (limited to 'sim/m68hc11/ChangeLog')
-rw-r--r-- | sim/m68hc11/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog index 95047da..3f8c0bd 100644 --- a/sim/m68hc11/ChangeLog +++ b/sim/m68hc11/ChangeLog @@ -1,3 +1,8 @@ +2002-08-13 Marko Kohtala <marko.kohtala@luukku.com> + + * dv-m68hc11.c (m68hc11cpu_io_write): Fix to update IO mapping + when IO mapping changed, not when internal RAM mapping is changed. + 2002-08-13 Stephane Carrez <stcarrez@nerim.fr> * m68hc11_sim.c (cpu_special): Handle call and rtc instructions. |