From d4d3e6b484e0353e2954833c37059ebd34b643c2 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 25 Oct 1989 17:33:49 +0000 Subject: [PATCH] use 8087 byte order --- mach/i86/libfp/byte_order.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mach/i86/libfp/byte_order.h b/mach/i86/libfp/byte_order.h index b11f59990..d08b45a5d 100644 --- a/mach/i86/libfp/byte_order.h +++ b/mach/i86/libfp/byte_order.h @@ -1,3 +1,6 @@ -#define BYTES_REVERSED 0 -#define WORDS_REVERSED 1 -#define CHAR_UNSIGNED 0 +#define CHAR_UNSIGNED 0 +#define MSB_AT_LOW_ADDRESS 0 +#define MSW_AT_LOW_ADDRESS 0 +#define FL_MSB_AT_LOW_ADDRESS 0 +#define FL_MSW_AT_LOW_ADDRESS 0 +#define FL_MSL_AT_LOW_ADDRESS 0 -- 2.34.1