mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-15 21:13:50 +00:00
ppc: Add missing break
Add obviously missing 'break' statement. Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
2f5a189cae
commit
9063825538
@ -310,6 +310,7 @@ void helper_fpscr_setbit(CPUPPCState *env, uint32_t bit)
|
|||||||
if (fpscr_ve) {
|
if (fpscr_ve) {
|
||||||
goto raise_ve;
|
goto raise_ve;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case FPSCR_OX:
|
case FPSCR_OX:
|
||||||
env->fpscr |= 1 << FPSCR_FX;
|
env->fpscr |= 1 << FPSCR_FX;
|
||||||
if (fpscr_oe) {
|
if (fpscr_oe) {
|
||||||
|
Loading…
Reference in New Issue
Block a user