mirror of
https://github.com/rkujawa/rk65c02.git
synced 2024-12-12 10:30:23 +00:00
Fix expected PC address.
This commit is contained in:
parent
0ac5932e75
commit
e5448f50eb
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user