mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-26 04:45:09 -06:00
SPURecompiler: add missing default
This commit is contained in:
parent
b10c742f10
commit
6c87413f48
@ -579,6 +579,10 @@ public:
|
||||
IMM = spu_opcode_t{imm}.si10;
|
||||
break;
|
||||
}
|
||||
default:
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (!is_ok)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user