summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/spmath/quad_float.h
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2003-04-10 17:28:00 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2003-04-10 17:28:00 +0000
commitb296e783cae122b728eacdbc12edf907a1b80e34 (patch)
tree4c31745831bcaaca5e5f57ac3cff495094639ba9 /sys/arch/hppa/spmath/quad_float.h
parent5259dba13104372bdbaf233024b553268314c556 (diff)
make all entry points of the same number of arguments and that greatly simplifies the call setup in the scheduler
Diffstat (limited to 'sys/arch/hppa/spmath/quad_float.h')
-rw-r--r--sys/arch/hppa/spmath/quad_float.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/spmath/quad_float.h b/sys/arch/hppa/spmath/quad_float.h
index a0a6da4434e..ef45af874c5 100644
--- a/sys/arch/hppa/spmath/quad_float.h
+++ b/sys/arch/hppa/spmath/quad_float.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: quad_float.h,v 1.7 2002/05/07 22:19:30 mickey Exp $ */
+/* $OpenBSD: quad_float.h,v 1.8 2003/04/10 17:27:58 mickey Exp $ */
/*
(c) Copyright 1986 HEWLETT-PACKARD COMPANY
To anyone who acknowledges that this file is provided "AS IS"
@@ -74,4 +74,4 @@
Qallp4(rightp4) = Qallp4(leftp4) XOR Qallp4(rightp4) \
Qallp4(leftp4) = Qallp4(leftp4) XOR Qallp4(rightp4)
-int quad_frnd(quad_floating_point *, quad_floating_point *, unsigned int *);
+int quad_frnd(quad_floating_point *, quad_floating_point *, quad_floating_point *, unsigned int *);