diff options
author | Mitch Hayenga <mitch.hayenga@arm.com> | 2014-09-03 07:42:38 -0400 |
---|---|---|
committer | Mitch Hayenga <mitch.hayenga@arm.com> | 2014-09-03 07:42:38 -0400 |
commit | 283935a6f0a17afe4574cc3c50c043515c866dfa (patch) | |
tree | a0646dcba419a9aa1b790d765a6d156db16f9839 /src/cpu/o3/rob_impl.hh | |
parent | 4f26bedc1883da58d1dceba2bbc555417b7a0cca (diff) | |
download | gem5-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/rob_impl.hh')
0 files changed, 0 insertions, 0 deletions