Skip to content
Permalink
Browse files
Update Jitc.cpp
  • Loading branch information
ogamespec committed Feb 10, 2022
1 parent 4c44d76 commit 0a717c86b0729ce368f6986569879e64dcd60f1a
Showing with 2 additions and 3 deletions.
  1. +2 −3 SRC/GekkoCore/Jitc.cpp
@@ -39,9 +39,8 @@ namespace Gekko

while (n--)
{
// TODO:
//if (core->TestBreakpointForJitc(addr))
// break;
if (core->TestBreakpointForJitc(virtualAddr))
break;

// Interrupt the translation at the boundary of the page.
if ((pa & ~0xfff) != (physicalAddr & ~0xfff))

0 comments on commit 0a717c8

Please sign in to comment.