Skip to content
Snippets Groups Projects
Unverified Commit dc29919b authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Revert "arm_dynarmic: Check if jit is nullptr when preparing reschedule"

parent 28538bba
No related branches found
No related tags found
No related merge requests found
......@@ -248,9 +248,6 @@ void ARM_Dynarmic::LoadContext(const ThreadContext& ctx) {
}
void ARM_Dynarmic::PrepareReschedule() {
if (jit == nullptr)
return;
jit->HaltExecution();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment