From ec6338bac30f982c16c23106edcf1ce4a04da575 Mon Sep 17 00:00:00 2001 From: bellard Date: Thu, 8 Nov 2007 14:25:03 +0000 Subject: removed obsolete x86 code copy support git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3551 c046a42c-6fe2-441c-8c8c-71466251a162 --- tests/qruncom.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests') 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); -- cgit v1.2.3