Merge pull request #7221 from astrelsky/stepfix

Fixed ARM_Dynamic_64 Step
This commit is contained in:
Mai M 2021-10-24 14:43:40 -04:00 committed by GitHub
commit 3be87bed8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -263,7 +263,7 @@ void ARM_Dynarmic_64::Run() {
}
void ARM_Dynarmic_64::Step() {
cb->InterpreterFallback(jit->GetPC(), 1);
jit->Step();
}
ARM_Dynarmic_64::ARM_Dynarmic_64(System& system_, CPUInterrupts& interrupt_handlers_,