Debugger: In _6502_GetTargets() removed the bool bIgnoreJSRJMP parameter.

This commit is contained in:
tomcw
2019-12-09 20:42:16 +00:00
parent f0e840f8e0
commit 87677ed4c3
5 changed files with 41 additions and 50 deletions
+1 -1
View File
@@ -1130,7 +1130,7 @@ int CheckBreakpointsIO ()
// bIncludeNextOpcodeAddress == false:
// . JSR addr16: ignore addr16 as a target
// . BRK/RTS/RTI: ignore return (or vector) addr16 as a target
_6502_GetTargets( regs.pc, &aTarget[0], &aTarget[1], &aTarget[2], &nBytes, true, true, false );
_6502_GetTargets( regs.pc, &aTarget[0], &aTarget[1], &aTarget[2], &nBytes, true, false );
if (nBytes)
{