mirror of
https://git.uzuy-edge.org/Uzuy-Edge/Uzuy
synced 2025-03-07 02:57:03 +00:00
Merge pull request #2923 from yuzu-emu/revert-2574-dynarmic-jit-nullptr
Revert "arm_dynarmic: Check if jit is nullptr when preparing reschedule"
This commit is contained in:
commit
e11afeb34d
@ -248,9 +248,6 @@ void ARM_Dynarmic::LoadContext(const ThreadContext& ctx) {
|
||||
}
|
||||
|
||||
void ARM_Dynarmic::PrepareReschedule() {
|
||||
if (jit == nullptr)
|
||||
return;
|
||||
|
||||
jit->HaltExecution();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user