mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 21:58:45 +00:00
Silence unhandled case warns (#823)
This commit is contained in:
@@ -3718,6 +3718,8 @@ InstFormat InstructionFormat(InstEncoding encoding, uint32_t opcode) {
|
||||
return InstructionFormatSOP2[opcode];
|
||||
case InstEncoding::VOP2:
|
||||
return InstructionFormatVOP2[opcode];
|
||||
default:
|
||||
return {};
|
||||
}
|
||||
UNREACHABLE();
|
||||
return {};
|
||||
|
||||
Reference in New Issue
Block a user