translator: Add missed flow instruction

This commit is contained in:
IndecisiveTurtle 2024-08-30 00:21:25 +03:00
parent 2380ac1c13
commit 77ce0a0fd8

View file

@ -436,6 +436,7 @@ void Translator::EmitFlowControl(u32 pc, const GcnInst& inst) {
case Opcode::S_CBRANCH_SCC1:
case Opcode::S_CBRANCH_VCCNZ:
case Opcode::S_CBRANCH_VCCZ:
case Opcode::S_CBRANCH_EXECNZ:
case Opcode::S_BRANCH:
return;
default: