mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-19 07:37:12 +00:00
Debugger: In _6502_GetTargets() removed the bool bIgnoreJSRJMP parameter.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user