diff options
-rw-r--r-- | fpu/softfloat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpu/softfloat.c b/fpu/softfloat.c index 52e2db121..6db6cf132 100644 --- a/fpu/softfloat.c +++ b/fpu/softfloat.c @@ -1164,7 +1164,7 @@ float32 int64_to_float32( int64 a STATUS_PARAM ) } -float64 uint64_to_float32( uint64 a STATUS_PARAM ) +float32 uint64_to_float32( uint64 a STATUS_PARAM ) { int8 shiftCount; |