mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-20 22:05:06 +00:00
SPURecompiler: add missing default
This commit is contained in:
parent
b10c742f10
commit
6c87413f48
1 changed files with 4 additions and 0 deletions
|
|
@ -579,6 +579,10 @@ public:
|
|||
IMM = spu_opcode_t{imm}.si10;
|
||||
break;
|
||||
}
|
||||
default:
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (!is_ok)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue