diff options
Diffstat (limited to 'target-sparc')
-rw-r--r-- | target-sparc/op_helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-sparc/op_helper.c b/target-sparc/op_helper.c index 40ab90156e..143cc16449 100644 --- a/target-sparc/op_helper.c +++ b/target-sparc/op_helper.c @@ -255,6 +255,7 @@ void helper_ldfsr(void) case FSR_RD_NEAREST: rnd_mode = float_round_nearest_even; break; + default: case FSR_RD_ZERO: rnd_mode = float_round_to_zero; break; |