From 042f118ef84693c07be854d59ed2dbe1f807a9b4 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 0788ccbe..ef433c23 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: