diff options
Diffstat (limited to 'sim/m32r/m32r-sim.h')
-rw-r--r-- | sim/m32r/m32r-sim.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/m32r/m32r-sim.h b/sim/m32r/m32r-sim.h index 84c9d56..7c4d1dc 100644 --- a/sim/m32r/m32r-sim.h +++ b/sim/m32r/m32r-sim.h @@ -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 */ |