mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-05 09:13:43 -04:00
kern: fix race-crash on interrupt controller save, improve fatal output
This commit is contained in:
parent
783f1077be
commit
19a279ce45
2 changed files with 5 additions and 3 deletions
|
@ -79,9 +79,6 @@ namespace ams::kern::arch::arm {
|
|||
|
||||
/* Setup all interrupt lines. */
|
||||
SetupInterruptLines(core_id);
|
||||
|
||||
this->gicd = nullptr;
|
||||
this->gicc = nullptr;
|
||||
}
|
||||
|
||||
void KInterruptController::SaveCoreLocal(LocalState *state) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue