mirror of https://gitee.com/openkylin/qemu.git
defaut case (Blue Swirl)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1348 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b81b3b10aa
commit
ed91024191
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue