mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 03:18:55 +02:00
[dynarmic] set BL terminal as FastLinkBlock
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
cae70c30fa
commit
85a329bd09
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ bool TranslatorVisitor::BL(Imm<26> imm26) {
|
|||
ir.PushRSB(ir.current_location->AdvancePC(4));
|
||||
|
||||
const u64 target = ir.PC() + offset;
|
||||
ir.SetTerm(IR::Term::LinkBlock{ir.current_location->SetPC(target)});
|
||||
ir.SetTerm(IR::Term::LinkBlockFast{ir.current_location->SetPC(target)});
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue