diff options
Diffstat (limited to 'soft-fp/unordsf2.c')
-rw-r--r-- | soft-fp/unordsf2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soft-fp/unordsf2.c b/soft-fp/unordsf2.c index e741b794c1..4924ddcc1e 100644 --- a/soft-fp/unordsf2.c +++ b/soft-fp/unordsf2.c @@ -23,7 +23,7 @@ #include "single.h" int -__unordsf2(float a, float b) +__unordsf2(SFtype a, SFtype b) { FP_DECL_S(A); FP_DECL_S(B); |