mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 23:25:46 +00:00
Revert "arm_dynarmic: Check if jit is nullptr when preparing reschedule"
This commit is contained in:
parent
1b79644b4a
commit
0b44cab667
1 changed files with 0 additions and 3 deletions
|
@ -248,9 +248,6 @@ void ARM_Dynarmic::LoadContext(const ThreadContext& ctx) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void ARM_Dynarmic::PrepareReschedule() {
|
void ARM_Dynarmic::PrepareReschedule() {
|
||||||
if (jit == nullptr)
|
|
||||||
return;
|
|
||||||
|
|
||||||
jit->HaltExecution();
|
jit->HaltExecution();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue