mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-28 22:12:40 +02:00
kern: fix hardware watchpoint detection
This commit is contained in:
parent
5bad58cb8f
commit
68e98575be
@ -258,7 +258,7 @@ namespace ams::kern::arch::arm64 {
|
|||||||
{
|
{
|
||||||
exception = ams::svc::DebugException_BreakPoint;
|
exception = ams::svc::DebugException_BreakPoint;
|
||||||
param2 = far;
|
param2 = far;
|
||||||
param3 = ams::svc::BreakPointType_HardwareInstruction;
|
param3 = ams::svc::BreakPointType_HardwareData;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case EsrEc_SErrorInterrupt:
|
case EsrEc_SErrorInterrupt:
|
||||||
|
Loading…
Reference in New Issue
Block a user