diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2013-08-20 11:21:27 -0400 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2013-08-20 11:21:27 -0400 |
commit | c6062a3981e121d43ace2313766bdd4a1ce52d94 (patch) | |
tree | 99b8c1533d238d3d13115d9610a6cd076a27186d /src/cpu/simple | |
parent | c57c452143695f3e8e8ed2d311e4766a1c16ccc7 (diff) | |
download | gem5-c6062a3981e121d43ace2313766bdd4a1ce52d94.tar.xz |
cpu: Fix timing CPU isDrained comment formatting
This patch fixes up the comment formatting for isDrained in the timing
CPU.
Diffstat (limited to 'src/cpu/simple')
-rw-r--r-- | src/cpu/simple/timing.hh | 4 |
1 files changed, 2 insertions, 2 deletions
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 * <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() { |