Merge pull request #6371 from degasus/drop_ExceptionalExit
core/arm_interface: Call SVC after end of dynarmic block.
This commit is contained in:
commit
420b1f89d3
6 changed files with 42 additions and 18 deletions
|
@ -659,7 +659,6 @@ void KScheduler::Unload(KThread* thread) {
|
|||
|
||||
if (thread) {
|
||||
if (thread->IsCallingSvc()) {
|
||||
system.ArmInterface(core_id).ExceptionalExit();
|
||||
thread->ClearIsCallingSvc();
|
||||
}
|
||||
if (!thread->IsTerminationRequested()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue