forked from Imagelibrary/rtems
i386_nofp cpu model entry incorrectly had floating point enabled.
This commit is contained in:
@@ -71,7 +71,7 @@ extern "C" {
|
|||||||
#elif defined(i386_nofp)
|
#elif defined(i386_nofp)
|
||||||
|
|
||||||
#define CPU_MODEL_NAME "i386 w/o i387"
|
#define CPU_MODEL_NAME "i386 w/o i387"
|
||||||
#define I386_HAS_FPU 1
|
#define I386_HAS_FPU 0
|
||||||
|
|
||||||
#elif defined(i486dx)
|
#elif defined(i486dx)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user