mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-05 18:22:57 +00:00
translate_arm: Translate more than one conditional instruction in a block
This commit is contained in:
@@ -1944,7 +1944,7 @@ void EmitX64::EmitCondPrelude(const IR::Block& block) {
|
||||
|
||||
// TODO: Improve, maybe.
|
||||
auto fixup = code->J_CC(cc, true);
|
||||
EmitAddCycles(block.cycle_count);
|
||||
EmitAddCycles(block.cond_failed_cycle_count);
|
||||
EmitTerminalLinkBlock(IR::Term::LinkBlock{block.cond_failed.get()}, block.location);
|
||||
code->SetJumpTarget(fixup);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user