]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* dv-m68hc11sio.c (m68hc11sio_tx_poll): Always check for
authorStephane Carrez <stcarrez@nerim.fr>
Sun, 20 May 2001 15:36:29 +0000 (15:36 +0000)
committerStephane Carrez <stcarrez@nerim.fr>
Sun, 20 May 2001 15:36:29 +0000 (15:36 +0000)
commit11115521f652c7a4c85fc326efc1ad6fae913e59
tree70e9bdee565a958b693e867ae3bd8cc0ad898d33
parentb4fa4770b8c2145ec040cb87ead3bd467cb4fa7b
* dv-m68hc11sio.c (m68hc11sio_tx_poll): Always check for
pending interrupts.
* interrupts.c (interrupts_process): Keep track of the last number
of masked insn cycles.
(interrupts_initialize): Clear last number of masked insn cycles.
(interrupts_info): Report them.
(interrupts_update_pending): Compute clear and set masks of
interrupts and clear the interrupt bits before setting them
(due to SCI interrupt sharing).
* interrupts.h (struct interrupts): New members last_mask_cycles
and xirq_last_mask_cycles.
sim/m68hc11/ChangeLog
sim/m68hc11/dv-m68hc11sio.c
sim/m68hc11/interrupts.c
sim/m68hc11/interrupts.h