mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-30 23:12:13 +02:00
kern: fix c/p error
This commit is contained in:
parent
6cda01f88f
commit
81a47c1cb8
@ -527,7 +527,7 @@ namespace ams::kern::board::nintendo::nx {
|
|||||||
#if defined(MESOSPHERE_ENABLE_MEMORY_CONTROLLER_INTERRUPT)
|
#if defined(MESOSPHERE_ENABLE_MEMORY_CONTROLLER_INTERRUPT)
|
||||||
{
|
{
|
||||||
/* Clear the interrupt when we're done. */
|
/* Clear the interrupt when we're done. */
|
||||||
ON_SCOPE_EXIT { };
|
ON_SCOPE_EXIT { Kernel::GetInterruptManager().ClearInterrupt(KInterruptName_MemoryController); };
|
||||||
|
|
||||||
/* Get and clear the interrupt status. */
|
/* Get and clear the interrupt status. */
|
||||||
u32 int_status, err_status, err_adr;
|
u32 int_status, err_status, err_adr;
|
||||||
|
Loading…
Reference in New Issue
Block a user