summaryrefslogtreecommitdiff
path: root/src/pkg/math/remainder_386.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/math/remainder_386.s')
-rw-r--r--src/pkg/math/remainder_386.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/math/remainder_386.s b/src/pkg/math/remainder_386.s
index 4cb98233a..2238aba49 100644
--- a/src/pkg/math/remainder_386.s
+++ b/src/pkg/math/remainder_386.s
@@ -11,5 +11,5 @@ TEXT ·Remainder(SB),7,$0
ANDW $0x0400, AX
JNE -3(PC) // jump if reduction incomplete
FMOVDP F0, F1 // F0=x-q*y
- FMOVDP F0, r+16(FP)
+ FMOVDP F0, ret+16(FP)
RET