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

Merge pull request #1053 from MerryMage/rm-IsExecuting

arm_dynarmic: Remove IsExecuting check from PrepareReschedule
parents 9bf9c71c fcc51556
No related branches found
No related tags found
No related merge requests found
......@@ -243,9 +243,7 @@ void ARM_Dynarmic::LoadContext(const ThreadContext& ctx) {
}
void ARM_Dynarmic::PrepareReschedule() {
if (jit->IsExecuting()) {
jit->HaltExecution();
}
jit->HaltExecution();
}
void ARM_Dynarmic::ClearInstructionCache() {
......
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