From 512c25572bffac58dfeea41a5b95d6c04329a139 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Mon, 25 Jun 2001 16:28:26 +0000 Subject: 2001-06-25 Marcus Brinkmann * i386/bogus/fpe.h (FPE): Define FPE to 0, as the floating point emulation is broken anyway and blows up plex86. --- i386/bogus/fpe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i386') diff --git a/i386/bogus/fpe.h b/i386/bogus/fpe.h index 48cc80f..c5c0304 100644 --- a/i386/bogus/fpe.h +++ b/i386/bogus/fpe.h @@ -1 +1 @@ -#define FPE 1 +#define FPE 0 -- cgit v1.2.3