cpu: Update debug message from Fetch1 isDrained() in Minor
Fix a spurious %s and include the state of the Fetch1 stage in the debug printout.
This commit is contained in:
parent
f73b05431a
commit
f789d729b5
1 changed files with 2 additions and 2 deletions
|
@ -631,8 +631,8 @@ Fetch1::evaluate()
|
|||
bool
|
||||
Fetch1::isDrained()
|
||||
{
|
||||
DPRINTF(Drain, "isDrained %s %s%s%s\n",
|
||||
state == FetchHalted,
|
||||
DPRINTF(Drain, "isDrained %s %s%s\n",
|
||||
state,
|
||||
(numInFlightFetches() == 0 ? "" : "inFlightFetches "),
|
||||
((*out.inputWire).isBubble() ? "" : "outputtingLine"));
|
||||
|
||||
|
|
Loading…
Reference in a new issue