kern: fix c/p error

This commit is contained in:
Michael Scire 2020-08-31 23:03:38 -07:00 committed by SciresM
parent acdce230da
commit 870b589379

View file

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