From 355c262c4aed3d218bf0a76dfbac058213a38dc1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 1 Oct 1996 17:36:57 +0000 Subject: i386_nofp cpu model entry incorrectly had floating point enabled. --- c/src/exec/score/cpu/i386/i386.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/src/exec/score/cpu/i386/i386.h b/c/src/exec/score/cpu/i386/i386.h index 8cb246aa91..f53d2982e9 100644 --- a/c/src/exec/score/cpu/i386/i386.h +++ b/c/src/exec/score/cpu/i386/i386.h @@ -71,7 +71,7 @@ extern "C" { #elif defined(i386_nofp) #define CPU_MODEL_NAME "i386 w/o i387" -#define I386_HAS_FPU 1 +#define I386_HAS_FPU 0 #elif defined(i486dx) -- cgit v1.2.3