diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qruncom.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/qruncom.c b/tests/qruncom.c index ad0d938ee1..1f2b63e3c7 100644 --- a/tests/qruncom.c +++ b/tests/qruncom.c @@ -193,9 +193,6 @@ int main(int argc, char **argv) act.sa_sigaction = host_segv_handler; sigaction(SIGSEGV, &act, NULL); sigaction(SIGBUS, &act, NULL); -#if defined (TARGET_I386) && defined(USE_CODE_COPY) - sigaction(SIGFPE, &act, NULL); -#endif } // cpu_set_log(CPU_LOG_TB_IN_ASM | CPU_LOG_TB_OUT_ASM | CPU_LOG_EXEC); |