Review Board 2.0.15


cpu: Fix a bug in counting issued instructions in MinorCPU

Review Request #2769 - Created May 8, 2015 and submitted - Latest diff uploaded

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 10838:23b67296c63f
---------------------------
cpu: Fix a bug in counting issued instructions in MinorCPU

The MinorCPU would count bubbles in Execute::issue as part of
the num_insts_issued and so sometimes reach the instruction
issue limit incorrectly.

Fixed by checking for a bubble in one new place.