Fix output messages.
[gem5.git] / src / cpu / o3 / rename_impl.hh
index df33b98eef8ebbafaefc8b7f1a1d28669a2f7339..f9e2a03ee9bd3b0f0e98aebcf506940c997131ea 100644 (file)
@@ -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;