about summary refs log tree commit diff
path: root/src/math/i386/remainder.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/i386/remainder.s')
-rw-r--r--src/math/i386/remainder.s3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/math/i386/remainder.s b/src/math/i386/remainder.s
index 47ee3402..7f4be051 100644
--- a/src/math/i386/remainder.s
+++ b/src/math/i386/remainder.s
@@ -1,6 +1,9 @@
 .global remainder
 .type remainder,@function
 remainder:
+.weak drem
+.type drem,@function
+drem:
 	fldl 12(%esp)
 	fldl 4(%esp)
 1:	fprem1