diff options
author | Stefan Weil <weil@mail.berlios.de> | 2010-01-20 19:43:25 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-02-06 23:16:05 +0100 |
commit | bc4347b883e8175dadef77ed9e02ccaa5e8eba94 (patch) | |
tree | af1f35c79686771564161e5c3525a7d55dbdad00 /target-sh4/op_helper.c | |
parent | 1d2699ae5a812b4b568ec9f19ab071f7932c4964 (diff) | |
download | qemu-bc4347b883e8175dadef77ed9e02ccaa5e8eba94.zip |
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>
Diffstat (limited to 'target-sh4/op_helper.c')
0 files changed, 0 insertions, 0 deletions