Merge pull request #6371 from degasus/drop_ExceptionalExit

core/arm_interface: Call SVC after end of dynarmic block.
This commit is contained in:
bunnei 2021-05-28 17:45:05 -07:00 committed by GitHub
commit 420b1f89d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 42 additions and 18 deletions

View file

@ -659,7 +659,6 @@ void KScheduler::Unload(KThread* thread) {
if (thread) {
if (thread->IsCallingSvc()) {
system.ArmInterface(core_id).ExceptionalExit();
thread->ClearIsCallingSvc();
}
if (!thread->IsTerminationRequested()) {