diff -r 22a15643e2ca -r 1022c44d8326 src/cpu/o3/fetch_impl.hh --- a/src/cpu/o3/fetch_impl.hh Tue Aug 09 11:33:12 2011 -0700 +++ b/src/cpu/o3/fetch_impl.hh Sat Aug 13 01:14:58 2011 -0700 @@ -1342,6 +1342,8 @@ thisPC = nextPC; if (newMacro) { + fetchAddr = thisPC.instAddr() & BaseCPU::PCMask; + blkOffset = (fetchAddr - cacheDataPC[tid]) / instSize; pcOffset = 0; curMacroop = NULL; }