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

master
bunnei 2019-09-29 21:54:19 +07:00 committed by GitHub
parent 28538bba9c
commit dc29919bbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

@ -248,9 +248,6 @@ void ARM_Dynarmic::LoadContext(const ThreadContext& ctx) {
}
void ARM_Dynarmic::PrepareReschedule() {
if (jit == nullptr)
return;
jit->HaltExecution();
}