mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 13:48:40 +00:00
hotfix: Restore unreachable
This commit is contained in:
@@ -3719,9 +3719,8 @@ InstFormat InstructionFormat(InstEncoding encoding, uint32_t opcode) {
|
|||||||
case InstEncoding::VOP2:
|
case InstEncoding::VOP2:
|
||||||
return InstructionFormatVOP2[opcode];
|
return InstructionFormatVOP2[opcode];
|
||||||
default:
|
default:
|
||||||
return {};
|
|
||||||
}
|
|
||||||
UNREACHABLE();
|
UNREACHABLE();
|
||||||
|
}
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user