Fix output messages.
src/cpu/o3/decode_impl.hh:
src/cpu/o3/rename_impl.hh:
Fix output message.
--HG--
extra : convert_revision : f226b84d0e15f275286b1ed078d341831370322b
This commit is contained in:
@@ -515,7 +515,7 @@ DefaultDecode<Impl>::checkSignalsAndUpdate(unsigned tid)
|
||||
|
||||
// Check ROB squash signals from commit.
|
||||
if (fromCommit->commitInfo[tid].robSquashing) {
|
||||
DPRINTF(Decode, "[tid:%]: ROB is still squashing.\n",tid);
|
||||
DPRINTF(Decode, "[tid:%u]: ROB is still squashing.\n", tid);
|
||||
|
||||
// Continue to squash.
|
||||
decodeStatus[tid] = Squashing;
|
||||
|
||||
@@ -1206,7 +1206,7 @@ DefaultRename<Impl>::checkSignalsAndUpdate(unsigned tid)
|
||||
}
|
||||
|
||||
DPRINTF(Rename, "[tid:%u]: Instruction must be processed by rename."
|
||||
" Adding to front of list.", tid);
|
||||
" Adding to front of list.\n", tid);
|
||||
|
||||
serializeInst[tid] = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user