mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-09 10:13:13 +00:00
ppc: add missing 'break', spotted by clang analyzer
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
05f92404cd
commit
9fad3eb7fa
@ -486,6 +486,7 @@ static uint32_t dcr_read_ebc (void *opaque, int dcrn)
|
|||||||
ret = 0x00000000;
|
ret = 0x00000000;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
ret = 0x00000000;
|
ret = 0x00000000;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user