From ceafb356ebbd62d4aac8cf6109f7632edf7853b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Strohh=C3=A4cker?= Date: Sun, 6 Jan 2008 16:45:42 +0000 Subject: [PATCH] use better/slower fpu emulation on x86 for the normal core Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3073 --- src/fpu/fpu_instructions_x86.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fpu/fpu_instructions_x86.h b/src/fpu/fpu_instructions_x86.h index f83586ca..a5fdca04 100644 --- a/src/fpu/fpu_instructions_x86.h +++ b/src/fpu/fpu_instructions_x86.h @@ -16,10 +16,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: fpu_instructions_x86.h,v 1.5 2007-01-08 19:45:39 qbix79 Exp $ */ +/* $Id: fpu_instructions_x86.h,v 1.6 2008-01-06 16:45:42 c2woody Exp $ */ -#define WEAK_EXCEPTIONS +// #define WEAK_EXCEPTIONS #if defined (_MSC_VER)