From 1409da89aa137adca2ac2924dbfd2da19b02d3aa Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Mon, 10 May 2004 11:51:25 +0000 Subject: fix computation of negative number to the power of an even number --- istartup.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'istartup.s') diff --git a/istartup.s b/istartup.s index 8c75531..c5fc2f7 100644 --- a/istartup.s +++ b/istartup.s @@ -5211,10 +5211,10 @@ pow_negative: testl $1,12(sp) fstp %st(1) - add $16,sp jz exponent_even fchs exponent_even: + add $16,sp ret pow_zero: -- cgit v1.2.3