Skip to content
Permalink
Browse files
Merge pull request emu-russia#240 from ogamespec/master
Update Jitc.cpp
  • Loading branch information
ogamespec committed Feb 10, 2022
2 parents 4c44d76 + 0a717c8 commit c6f0eccf65ba2dfed63450664cfc9b04f50baf1b
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 c6f0ecc

Please sign in to comment.