mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-07 01:51:17 -04:00
thermosphere: move EnterInterruptibleHypervisorCode into IrqManager
This commit is contained in:
parent
4adb675072
commit
5b56d05e11
4 changed files with 10 additions and 4 deletions
|
@ -233,7 +233,7 @@ namespace ams::hvisor {
|
|||
|
||||
if (taskForBottomHalf != nullptr) {
|
||||
// Unmasking the irq signal is left at the discretion of the bottom half handler
|
||||
exceptionEnterInterruptibleHypervisorCode();
|
||||
EnterInterruptibleHypervisorCode();
|
||||
taskForBottomHalf->InterruptBottomHalfHandler(irqId, srcCore);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue