temp fix for traceback PC__READ_FIRST() calls conflicting with the prefetch fixes from upstream
This commit is contained in:
parent
0a6a221653
commit
612e1ef800
|
@ -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.
Loading…
Reference in New Issue