aboutsummaryrefslogtreecommitdiff
path: root/sim/m32r/m32r-sim.h
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-06-11 01:18:13 +0000
committerDoug Evans <dje@google.com>1998-06-11 01:18:13 +0000
commit83e4ce8df2df658ae8adb8991447cabc806aac91 (patch)
tree8bbae4230fb63bf2cbfbd31b1e8c704509fd6d29 /sim/m32r/m32r-sim.h
parent496cf06b763f9eb789b5db05ec88572d8639be39 (diff)
downloadgdb-83e4ce8df2df658ae8adb8991447cabc806aac91.zip
gdb-83e4ce8df2df658ae8adb8991447cabc806aac91.tar.gz
gdb-83e4ce8df2df658ae8adb8991447cabc806aac91.tar.bz2
* m32r-sim.h (m32r_trap): Declare.
Diffstat (limited to 'sim/m32r/m32r-sim.h')
-rw-r--r--sim/m32r/m32r-sim.h3
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 */