Searched hist:9074 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/arm/
H A Dtypes.hh9074:f58f93f1656c Fri Jun 29 11:18:00 EDT 2012 Ali Saidi <Ali.Saidi@ARM.com> ARM: Fix issue with predicted next pc being wrong because of advance() ordering.

npc in PCState for ARM was being calculated before the current flags were
updated with the next flags. This causes an issue as the npc is incremented by
two or four depending on the current flags (thumb or not) and was leading to
branches that were predicted correctly being identified as mispredicted.

Completed in 17 milliseconds