translator: Add missed flow instruction

This commit is contained in:
IndecisiveTurtle 2024-08-30 00:21:25 +03:00
parent fab390b860
commit 6fbbe3d79b
1 changed files with 1 additions and 0 deletions

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: