mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue