1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-17 00:29:31 +00:00

Call ParaVirtHooks on JMP (indirect)

This commit is contained in:
prandeamus 2018-01-13 18:30:53 +00:00
parent 9229bb1f3e
commit c23f264fe4

View File

@ -1266,6 +1266,8 @@ static void OPC_6502_6C (void)
Cycles = 6;
Regs.PC = MemReadWord(Lo);
}
ParaVirtHooks (&Regs);
}