mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-18 01:46:47 +00:00
kern: fix hardware watchpoint detection
This commit is contained in:
parent
43bbfd29bb
commit
2da31b122f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue