From 0e597e944ae0cf368df06235e832bc441cb4e022 Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Fri, 10 Feb 2012 08:37:26 -0600 Subject: O3 Fetch: Check if PC is pointing to Microcode ROM --- src/cpu/o3/fetch_impl.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpu/o3/fetch_impl.hh') diff --git a/src/cpu/o3/fetch_impl.hh b/src/cpu/o3/fetch_impl.hh index 553198980..c8f7b0181 100644 --- a/src/cpu/o3/fetch_impl.hh +++ b/src/cpu/o3/fetch_impl.hh @@ -1282,6 +1282,7 @@ DefaultFetch::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; -- cgit v1.2.3