mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-04 09:43:16 +00:00
Silence unhandled case warns (#823)
This commit is contained in:
parent
a49c7e9dcb
commit
b911c70d35
4 changed files with 17 additions and 0 deletions
|
@ -3718,6 +3718,8 @@ InstFormat InstructionFormat(InstEncoding encoding, uint32_t opcode) {
|
|||
return InstructionFormatSOP2[opcode];
|
||||
case InstEncoding::VOP2:
|
||||
return InstructionFormatVOP2[opcode];
|
||||
default:
|
||||
return {};
|
||||
}
|
||||
UNREACHABLE();
|
||||
return {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue