From: ceriel Date: Tue, 24 Oct 1989 16:00:37 +0000 (+0000) Subject: adapted to use 80387 floating point format X-Git-Tag: release-5-5~2162 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b4e38b8fcd077995dea439a88da344311faacc93;p=ack.git adapted to use 80387 floating point format --- diff --git a/mach/i386/ce/mach.c b/mach/i386/ce/mach.c index 02d50cb34..323276462 100644 --- a/mach/i386/ce/mach.c +++ b/mach/i386/ce/mach.c @@ -21,6 +21,9 @@ int val; } #define IEEEFLOAT +#define FL_MSL_AT_LOW_ADDRESS 0 +#define FL_MSW_AT_LOW_ADDRESS 0 +#define FL_MSB_AT_LOW_ADDRESS 0 #include /* as long as we generate assembler ...