From c6062a3981e121d43ace2313766bdd4a1ce52d94 Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Tue, 20 Aug 2013 11:21:27 -0400 Subject: cpu: Fix timing CPU isDrained comment formatting This patch fixes up the comment formatting for isDrained in the timing CPU. --- src/cpu/simple/timing.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cpu') diff --git a/src/cpu/simple/timing.hh b/src/cpu/simple/timing.hh index 52807ba08..03264315e 100644 --- a/src/cpu/simple/timing.hh +++ b/src/cpu/simple/timing.hh @@ -322,8 +322,8 @@ class TimingSimpleCPU : public BaseSimpleCPU *
  • Stay at PC is true. * *
  • 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. * */ bool isDrained() { -- cgit v1.2.3