sim: ppc: phb: add missing break to address decoder
authorMike Frysinger <vapier@gentoo.org>
Thu, 21 Dec 2023 05:15:48 +0000 (00:15 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 21 Dec 2023 06:21:18 +0000 (01:21 -0500)
commitcbdfef872beb095c5549f2005d917b0043492717
treecff522836e0f89dc1e069e07175a7f52c6038713
parent5eba9ae8d52a2375e1f2394a4930fdb92844586b
sim: ppc: phb: add missing break to address decoder

I don't know what this emulation does exactly, but it missing a break
statement seems kind of obvious based on the 32-bit case above it.
sim/ppc/hw_phb.c