mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Jit64: turn short jmp into near jmp
Fixes a regression from #1856's ac54c6a.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user