changeset c562aa658a6f in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=c562aa658a6f
description:
cpu: Fix timing CPU isDrained comment formatting
This patch fixes up the comment formatting for isDrained in the timing
CPU.
diffstat:
src/cpu/simple/timing.hh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 97ef15178067 -r c562aa658a6f src/cpu/simple/timing.hh
--- a/src/cpu/simple/timing.hh Tue Aug 20 11:21:26 2013 -0400
+++ b/src/cpu/simple/timing.hh Tue Aug 20 11:21:27 2013 -0400
@@ -322,8 +322,8 @@
* <li>Stay at PC is true.
*
* <li>A fetch event is scheduled. Normally this would never be the
- case with microPC() == 0, but right after a context is
- activated it can happen.
+ * case with microPC() == 0, but right after a context is
+ * activated it can happen.
* </ul>
*/
bool isDrained() {
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev