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.
This commit is contained in:
parent
5eba9ae8d5
commit
cbdfef872b
@ -652,6 +652,7 @@ hw_phb_unit_decode(device *me,
|
||||
&& val != 0x10 && val != 0x18 && val != 0x20)
|
||||
device_error(me, "Register number (0x%lx) invalid in 64bit PCI address %s",
|
||||
val, unit);
|
||||
break;
|
||||
case ss_config_code:
|
||||
device_error(me, "internal error");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user