dmnt.gen2: avoid data abort when too many breakpoints are created

This commit is contained in:
Liam 2024-01-21 15:32:06 -05:00 committed by SciresM
parent 3627356d4b
commit 000e382c42

View file

@ -45,7 +45,7 @@ namespace ams::dmnt {
}
if (R_FAILED(result)) {
AMS_DMNT2_GDB_LOG_DEBUG("BreakPointManager::SetBreakPoint %p 0x%lx !!! Fail 0x%08x !!!\n", bp, bp->m_address, result.GetValue());
AMS_DMNT2_GDB_LOG_DEBUG("BreakPointManager::SetBreakPoint %p 0x%lx !!! Fail 0x%08x !!!\n", bp, address, result.GetValue());
}
R_RETURN(result);