Fix expected PC address.

This commit is contained in:
Radosław Kujawa 2018-04-12 15:13:48 +02:00
parent 0ac5932e75
commit e5448f50eb
1 changed files with 1 additions and 1 deletions

View File

@ -1498,7 +1498,7 @@ ATF_TC_BODY(emul_invalid_opcode, tc)
ATF_CHECK(e.regs.SP == rorig.SP);
ATF_CHECK(e.regs.P == rorig.P);
ATF_CHECK(e.regs.PC == 0xC007);
ATF_CHECK(e.regs.PC == 0xC00A);
rk65c02_log(LOG_INFO, "PC: %x", e.regs.PC);