O3 Fetch: Check if PC is pointing to Microcode ROM

This commit is contained in:
Nilay Vaish 2012-02-10 08:37:26 -06:00
parent e80ebc308f
commit 0e597e944a

View file

@ -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;