target-alpha: Fix compiler warning for gcc-4.3 (and older)
authorStefan Weil <weil@mail.berlios.de>
Mon, 14 Dec 2009 09:54:49 +0000 (10:54 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 16 Dec 2009 17:26:28 +0000 (18:26 +0100)
commit9425f6ae38a1b2f2e3e8ffc3c16670abbd8eff06
treece1cf074bc61cc7c0fc44ac9d3cd951ea5d5ec9b
parent0a1aa15c588028bd95dfbbcc85b218dee0df7003
target-alpha: Fix compiler warning for gcc-4.3 (and older)

"Old" compilers obviously are not able to recognise
that all cases are handled here:

qemu/target-alpha/helper.c:70: error: ‘round_mode’ may be used uninitialized in this function

A small modification helps the compiler to do its jobs.

gcc-4.4 does not need this, but is still not standard on all platforms.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Acked-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-alpha/helper.c