arm64jit: Enable breakpoints.

Memory breakpoints not yet really tested.
This commit is contained in:
Unknown W. Brackets
2018-06-06 17:31:56 -07:00
parent 395ac32d63
commit eb4b59b530
10 changed files with 136 additions and 25 deletions
+2
View File
@@ -272,6 +272,8 @@ void Core_ProcessStepping() {
return;
}
// We're not inside jit now, so it's safe to clear the breakpoints.
CBreakPoints::ClearTemporaryBreakPoints();
host->UpdateDisassembly();
host->UpdateMemView();