mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-10 07:06:34 +00:00
kern: fix c/p error
This commit is contained in:
parent
acdce230da
commit
870b589379
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ namespace ams::kern::board::nintendo::nx {
|
|||
#if defined(MESOSPHERE_ENABLE_MEMORY_CONTROLLER_INTERRUPT)
|
||||
{
|
||||
/* Clear the interrupt when we're done. */
|
||||
ON_SCOPE_EXIT { };
|
||||
ON_SCOPE_EXIT { Kernel::GetInterruptManager().ClearInterrupt(KInterruptName_MemoryController); };
|
||||
|
||||
/* Get and clear the interrupt status. */
|
||||
u32 int_status, err_status, err_adr;
|
||||
|
|
Loading…
Reference in a new issue