mirror of
https://github.com/cc65/cc65.git
synced 2025-04-06 04:41:08 +00:00
Call ParaVirtHooks on JMP (indirect)
This commit is contained in:
parent
9229bb1f3e
commit
c23f264fe4
@ -1266,6 +1266,8 @@ static void OPC_6502_6C (void)
|
||||
Cycles = 6;
|
||||
Regs.PC = MemReadWord(Lo);
|
||||
}
|
||||
|
||||
ParaVirtHooks (&Regs);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user