* nrun.c (main): Delete h8/300 ifdef (sim now handles signals).
2003-06-23 Michael Snyder <msnyder@redhat.com>
+ * nrun.c (main): Delete h8/300 ifdef (sim now handles signals).
* sim-reg.c: Fix cut-and-paste bug in comment.
2003-06-22 Andrew Cagney <cagney@redhat.com>
the signal that the simulator received; we want to return that to
indicate failure. */
-#ifdef SIM_H8300 /* FIXME: Ugh. grep for SLEEP in compile.c */
- if (sigrc == SIGILL)
- abort ();
- sigrc = 0;
-#else
/* Why did we stop? */
switch (reason)
{
break;
}
-#endif
return sigrc;
}