* m32r-sim.h (m32r_trap): Declare.
[deliverable/binutils-gdb.git] / sim / m32r / m32r-sim.h
index 84c9d564370e0cbaa7dc5326da9c905935d0d093..7c4d1dc06d628c6ca55499d1933560783d67a13b 100644 (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 */
This page took 0.025444 seconds and 4 git commands to generate.