From: j_mayer Date: Tue, 20 Mar 2007 22:25:37 +0000 (+0000) Subject: Ooops... Typo. X-Git-Tag: TizenStudio_2.0_p2.3~13701 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3430b0be36fb7f8bd963333d32f0f61c8a130698;p=sdk%2Femulator%2Fqemu.git Ooops... Typo. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2520 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/fpu/softfloat.c b/fpu/softfloat.c index 52e2db1..6db6cf1 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;