summaryrefslogtreecommitdiff
path: root/src/cpu/o3/lsq_unit_impl.hh
diff options
context:
space:
mode:
authorMitch Hayenga <mitch.hayenga@arm.com>2014-09-03 07:42:38 -0400
committerMitch Hayenga <mitch.hayenga@arm.com>2014-09-03 07:42:38 -0400
commit283935a6f0a17afe4574cc3c50c043515c866dfa (patch)
treea0646dcba419a9aa1b790d765a6d156db16f9839 /src/cpu/o3/lsq_unit_impl.hh
parent4f26bedc1883da58d1dceba2bbc555417b7a0cca (diff)
downloadgem5-283935a6f0a17afe4574cc3c50c043515c866dfa.tar.xz
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.
Diffstat (limited to 'src/cpu/o3/lsq_unit_impl.hh')
0 files changed, 0 insertions, 0 deletions