mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 00:17:16 +00:00
Debugger: BPMR|W - ignore next opcode's fetch address as a candidate for memory trap address (#451)
This commit is contained in:
@@ -1127,7 +1127,10 @@ int CheckBreakpointsIO ()
|
||||
int iTarget;
|
||||
int nAddress;
|
||||
|
||||
_6502_GetTargets( regs.pc, &aTarget[0], &aTarget[1], &aTarget[2], &nBytes, false );
|
||||
// bIgnoreNextOpcodeAddress = true:
|
||||
// . JSR addr16: ignore addr16 as a target
|
||||
// . RTS/RTI : ignore return as a target
|
||||
_6502_GetTargets( regs.pc, &aTarget[0], &aTarget[1], &aTarget[2], &nBytes, true, true, true );
|
||||
|
||||
if (nBytes)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user