O3: Set up the predicted npc and nnpc for a fault carrying noop so that it doesn't cause a false branch mispredict.

--HG--
extra : convert_revision : 2820597cc966cd7b128cef0dab48fe05089533d7
This commit is contained in:
Gabe Black 2007-08-13 16:08:58 -07:00
parent e99c56f971
commit 92a57edff1

View file

@ -1238,7 +1238,7 @@ DefaultFetch<Impl>::fetch(bool &status_change)
fetch_PC, fetch_NPC, fetch_MicroPC,
next_PC, next_NPC, next_MicroPC,
inst_seq, cpu);
instruction->setPredTarg(next_PC, next_NPC, 1);
instruction->setPredTarg(next_NPC, next_NPC + instSize, 0);
instruction->setTid(tid);
instruction->setASID(tid);