* m32r-sim.h (m32r_trap): Declare.

This commit is contained in:
Doug Evans 1998-06-11 01:18:13 +00:00
parent 496cf06b76
commit 83e4ce8df2
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,7 @@ Wed Jun 10 17:39:29 1998 Doug Evans <devans@canuck.cygnus.com>
(sim_engine_illegal_insn): Moved to traps.c
* sim-main.h (SIM_CORE_SIGNAL): Define.
(m32r_core_signal): Declare.
* m32r-sim.h (m32r_trap): Declare.
* devices.c (device_io_read_buffer): Handle cache purging via MCCR
register.

View File

@ -153,4 +153,7 @@ extern device m32r_devices;
/* FIXME: Temporary, until device support ready. */
struct _device { int foo; };
/* Handle the trap insn. */
USI m32r_trap (SIM_CPU *, int);
#endif /* M32R_SIM_H */