Commit 3430b0be36fb7f8bd963333d32f0f61c8a130698
1 parent
0487d6a8
Ooops... Typo.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2520 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
fpu/softfloat.c
| @@ -1164,7 +1164,7 @@ float32 int64_to_float32( int64 a STATUS_PARAM ) | @@ -1164,7 +1164,7 @@ float32 int64_to_float32( int64 a STATUS_PARAM ) | ||
| 1164 | 1164 | ||
| 1165 | } | 1165 | } |
| 1166 | 1166 | ||
| 1167 | -float64 uint64_to_float32( uint64 a STATUS_PARAM ) | 1167 | +float32 uint64_to_float32( uint64 a STATUS_PARAM ) |
| 1168 | { | 1168 | { |
| 1169 | int8 shiftCount; | 1169 | int8 shiftCount; |
| 1170 | 1170 |