From 9ef7e009740c288008e87c8744bdc2a306777a46 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 15 Nov 1990 11:53:22 +0000 Subject: [PATCH] Replaced a .data4 by two .data2's: .data4 not guaranteed to work with big numbers --- mach/i86/libem/fp8087.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/i86/libem/fp8087.s b/mach/i86/libem/fp8087.s index 0788ccbef..ef433c23e 100644 --- a/mach/i86/libem/fp8087.s +++ b/mach/i86/libem/fp8087.s @@ -14,7 +14,7 @@ one: two: .data2 2 bigmin: - .data4 -2147483648 + .data2 0, -32768 .sect .text .adf4: -- 2.34.1