cpu: Fix a bug in counting issued instructions in MinorCPU
Review Request #2769 - Created May 8, 2015 and submitted
| 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.
Posted (May 25, 2015, 9:43 a.m.)
From just looking at this code, things seem fine.
