qemu-e2k/fpu
Stefan Weil bc4347b883 arm host: fix compiler warning
Compilation for arm (native or cross) results in this
warning:

fpu/softfloat-native.c: In function ‘float64_round_to_int’:
fpu/softfloat-native.c:387: error: control reaches end of non-void function

float64_round_to_int uses special assembler code for arm
and has no explicit return value.

As there is no obvious reason why arm should need special
code, all fpu related conditionals were removed.
The remaining code is standard (C99) and compiles for arm,
too.

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>
2010-02-06 23:16:05 +01:00
..
softfloat-macros.h Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' 2009-04-13 16:31:01 +00:00
softfloat-native.c arm host: fix compiler warning 2010-02-06 23:16:05 +01:00
softfloat-native.h arm host: fix compiler warning 2010-02-06 23:16:05 +01:00
softfloat-specialize.h target-alpha: Enable softfloat. 2009-12-13 20:32:36 +01:00
softfloat.c ARM FP16 support 2009-11-19 16:45:20 +00:00
softfloat.h target-alpha: Fixes for alpha-linux syscalls. 2009-12-13 20:32:36 +01:00