translator: Add missed flow instruction

This commit is contained in:
IndecisiveTurtle 2024-08-30 00:21:25 +03:00
parent fab390b860
commit 6fbbe3d79b

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: