mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-12-23 02:42:09 +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)
|
#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 a new issue