ppcopcodes: Add missing break.

This commit is contained in:
joevt
2025-07-25 01:46:02 -07:00
committed by dingusdev
parent 1b719f2d8f
commit facbd05b9e
+1
View File
@@ -1065,6 +1065,7 @@ void dppc_interpreter::ppc_mtspr(uint32_t opcode) {
case 543:
ppc_state.spr[ref_spr] = val;
dbat_update(ref_spr);
break;
default:
// FIXME: Unknown SPR should be noop or illegal instruction.
ppc_state.spr[ref_spr] = val;