mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
Merge pull request #2043 from Tilka/fix_jump
Jit64: turn short jmp into near jmp
This commit is contained in:
commit
9761df422a
@ -189,7 +189,7 @@ void Jit64AsmRoutineManager::Generate()
|
||||
// Jit might have cleared the code cache
|
||||
ResetStack();
|
||||
|
||||
JMP(dispatcherNoCheck); // no point in special casing this
|
||||
JMP(dispatcherNoCheck, true); // no point in special casing this
|
||||
|
||||
SetJumpTarget(bail);
|
||||
doTiming = GetCodePtr();
|
||||
|
Loading…
x
Reference in New Issue
Block a user