mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-14 08:12:16 +00:00
hotfix: Restore unreachable
This commit is contained in:
parent
b911c70d35
commit
1b6cc447b4
1 changed files with 1 additions and 2 deletions
|
@ -3719,9 +3719,8 @@ InstFormat InstructionFormat(InstEncoding encoding, uint32_t opcode) {
|
|||
case InstEncoding::VOP2:
|
||||
return InstructionFormatVOP2[opcode];
|
||||
default:
|
||||
return {};
|
||||
UNREACHABLE();
|
||||
}
|
||||
UNREACHABLE();
|
||||
return {};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue