summaryrefslogtreecommitdiff
path: root/src/cpu/o3/decode_impl.hh
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2006-06-12 19:05:48 -0400
committerKevin Lim <ktlim@umich.edu>2006-06-12 19:05:48 -0400
commit6152e8abc3a120efd6c7a86d4299643b5c82b6b1 (patch)
tree20e6e424e4ab99d5d216a60eedf1ba7f5b6dd17b /src/cpu/o3/decode_impl.hh
parent4acb283496c7667bf0161f45e578c702d2cf8dbc (diff)
downloadgem5-6152e8abc3a120efd6c7a86d4299643b5c82b6b1.tar.xz
Fix output messages.
src/cpu/o3/decode_impl.hh: src/cpu/o3/rename_impl.hh: Fix output message. --HG-- extra : convert_revision : f226b84d0e15f275286b1ed078d341831370322b
Diffstat (limited to 'src/cpu/o3/decode_impl.hh')
-rw-r--r--src/cpu/o3/decode_impl.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/o3/decode_impl.hh b/src/cpu/o3/decode_impl.hh
index 8a6ea6626..0748ddb3b 100644
--- a/src/cpu/o3/decode_impl.hh
+++ b/src/cpu/o3/decode_impl.hh
@@ -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;