aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern/divdi3.c
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2017-11-19 00:31:13 +0000
committerEd Maste <emaste@FreeBSD.org>2017-11-19 00:31:13 +0000
commit4a8dea8cf97aab33f4e6a11afcc64dd9562f3bfd (patch)
treecf313e67fa970eda9d88330e166b50c0dcc019fc /sys/libkern/divdi3.c
parentdab900583d52edce17089d4824e075dd3606b552 (diff)
downloadsrc-4a8dea8cf97aab33f4e6a11afcc64dd9562f3bfd.tar.gz
src-4a8dea8cf97aab33f4e6a11afcc64dd9562f3bfd.zip
Notes
Diffstat (limited to 'sys/libkern/divdi3.c')
-rw-r--r--sys/libkern/divdi3.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/libkern/divdi3.c b/sys/libkern/divdi3.c
index e080b290164c..499e0b78a7dc 100644
--- a/sys/libkern/divdi3.c
+++ b/sys/libkern/divdi3.c
@@ -41,8 +41,7 @@ __FBSDID("$FreeBSD$");
* ??? if -1/2 should produce -1 on this machine, this code is wrong
*/
quad_t
-__divdi3(a, b)
- quad_t a, b;
+__divdi3(quad_t a, quad_t b)
{
u_quad_t ua, ub, uq;
int neg;