diff options
Diffstat (limited to 'sim/common/nrun.c')
-rw-r--r-- | sim/common/nrun.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sim/common/nrun.c b/sim/common/nrun.c index 7c77f5c..8dfa946 100644 --- a/sim/common/nrun.c +++ b/sim/common/nrun.c @@ -176,11 +176,6 @@ main (int argc, char **argv) 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) { @@ -198,7 +193,6 @@ main (int argc, char **argv) break; } -#endif return sigrc; } |