diff options
Diffstat (limited to 'soft-fp/unordtf2.c')
-rw-r--r-- | soft-fp/unordtf2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soft-fp/unordtf2.c b/soft-fp/unordtf2.c index 5e30ddb8d2..f0e43c1dee 100644 --- a/soft-fp/unordtf2.c +++ b/soft-fp/unordtf2.c @@ -23,7 +23,7 @@ #include "quad.h" int -__unordtf2(long double a, long double b) +__unordtf2(TFtype a, TFtype b) { FP_DECL_Q(A); FP_DECL_Q(B); |