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