SPURecompiler: add missing default

This commit is contained in:
Megamouse 2026-04-14 07:32:32 +02:00
parent b10c742f10
commit 6c87413f48

View File

@ -579,6 +579,10 @@ public:
IMM = spu_opcode_t{imm}.si10;
break;
}
default:
{
break;
}
}
if (!is_ok)