mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-08 05:01:44 +00:00
dmnt.gen2: avoid data abort when too many breakpoints are created
This commit is contained in:
parent
3627356d4b
commit
000e382c42
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ namespace ams::dmnt {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (R_FAILED(result)) {
|
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);
|
R_RETURN(result);
|
||||||
|
|
Loading…
Reference in a new issue