thermosphere: move EnterInterruptibleHypervisorCode into IrqManager

This commit is contained in:
TuxSH 2020-02-23 00:27:54 +00:00
parent 4adb675072
commit 5b56d05e11
4 changed files with 10 additions and 4 deletions

View file

@ -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);
}
}