]> git.sur5r.net Git - cc65/commitdiff
Call ParaVirtHooks on JMP (indirect)
authorprandeamus <prandeamus@btinternet.com>
Sat, 13 Jan 2018 18:30:53 +0000 (18:30 +0000)
committerprandeamus <prandeamus@btinternet.com>
Sat, 13 Jan 2018 18:30:53 +0000 (18:30 +0000)
src/sim65/6502.c

index 1febef6573b0510cf20a90b95eb8a2ae30084324..bf8033f400eaf5d6e2dfffca39e199593d4f9d1d 100644 (file)
@@ -1266,6 +1266,8 @@ static void OPC_6502_6C (void)
         Cycles = 6;
         Regs.PC = MemReadWord(Lo);
     }
+    
+    ParaVirtHooks (&Regs);    
 }