mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-01-19 01:34:10 +01:00
kern: fix hardware watchpoint detection
This commit is contained in:
parent
43bbfd29bb
commit
2da31b122f
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user