i386_nofp cpu model entry incorrectly had floating point enabled.

This commit is contained in:
Joel Sherrill
1996-10-01 17:36:57 +00:00
parent 93bea77b56
commit 355c262c4a

View File

@@ -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)