O3 Fetch: Check if PC is pointing to Microcode ROM
This commit is contained in:
parent
e80ebc308f
commit
0e597e944a
1 changed files with 1 additions and 0 deletions
|
@ -1282,6 +1282,7 @@ DefaultFetch<Impl>::fetch(bool &status_change)
|
|||
|
||||
// Move to the next instruction, unless we have a branch.
|
||||
thisPC = nextPC;
|
||||
inRom = isRomMicroPC(thisPC.microPC());
|
||||
|
||||
if (newMacro) {
|
||||
fetchAddr = thisPC.instAddr() & BaseCPU::PCMask;
|
||||
|
|
Loading…
Reference in a new issue