temp fix for traceback PC__READ_FIRST() calls conflicting with the prefetch fixes from upstream

This commit is contained in:
TiKevin83 2020-02-17 14:44:45 -05:00 committed by Travis
parent 0a6a221653
commit 612e1ef800
2 changed files with 2 additions and 2 deletions

View File

@ -541,13 +541,13 @@ void CPU::process(unsigned long const cycles) {
result[9] = h;
result[10] = l;
result[11] = prefetched_;
PC_READ_FIRST(opcode);
//PC_READ_FIRST(opcode);
result[12] = opcode;
result[13] = mem_.debugGetLY();
tracecallback((void *)result);
}
else {
PC_READ_FIRST(opcode);
//PC_READ_FIRST(opcode);
}
if (!prefetched_) {

Binary file not shown.