From: Andreas Hansson Date: Tue, 20 Aug 2013 15:21:27 +0000 (-0400) Subject: cpu: Fix timing CPU isDrained comment formatting X-Git-Tag: stable_2014_02_15~163 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c6062a3981e121d43ace2313766bdd4a1ce52d94;p=gem5.git cpu: Fix timing CPU isDrained comment formatting This patch fixes up the comment formatting for isDrained in the timing 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() {