1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-17 17:36:44 +00:00

kern: fix hardware watchpoint detection

This commit is contained in:
Michael Scire 2021-07-22 00:35:40 -07:00
parent 43bbfd29bb
commit 2da31b122f

View file

@ -258,7 +258,7 @@ namespace ams::kern::arch::arm64 {
{
exception = ams::svc::DebugException_BreakPoint;
param2 = far;
param3 = ams::svc::BreakPointType_HardwareInstruction;
param3 = ams::svc::BreakPointType_HardwareData;
}
break;
case EsrEc_SErrorInterrupt: