summaryrefslogtreecommitdiff
path: root/istartup.s
diff options
context:
space:
mode:
Diffstat (limited to 'istartup.s')
-rw-r--r--istartup.s2
1 files changed, 1 insertions, 1 deletions
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: