From: ceriel Date: Thu, 15 Nov 1990 11:53:22 +0000 (+0000) Subject: Replaced a .data4 by two .data2's: .data4 not guaranteed to work with big numbers X-Git-Tag: release-5-5~1405 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9ef7e009740c288008e87c8744bdc2a306777a46;p=ack.git Replaced a .data4 by two .data2's: .data4 not guaranteed to work with big numbers --- 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: