cpu: Fix o3 quiesce fetch bug
authorMitch Hayenga <mitch.hayenga@arm.com>
Wed, 3 Sep 2014 11:42:38 +0000 (07:42 -0400)
committerMitch Hayenga <mitch.hayenga@arm.com>
Wed, 3 Sep 2014 11:42:38 +0000 (07:42 -0400)
commit283935a6f0a17afe4574cc3c50c043515c866dfa
treea0646dcba419a9aa1b790d765a6d156db16f9839
parent4f26bedc1883da58d1dceba2bbc555417b7a0cca
cpu: Fix o3 quiesce fetch bug

O3 is supposed to stop fetching instructions once a quiesce is encountered.
However due to a bug, it would continue fetching instructions from the current
fetch buffer.  This is because of a break statment that only broke out of the
first of 2 nested loops.  It should have broken out of both.
src/cpu/o3/fetch_impl.hh