projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c57c452
)
cpu: Fix timing CPU isDrained comment formatting
author
Andreas Hansson
<andreas.hansson@arm.com>
Tue, 20 Aug 2013 15:21:27 +0000
(11:21 -0400)
committer
Andreas Hansson
<andreas.hansson@arm.com>
Tue, 20 Aug 2013 15:21:27 +0000
(11:21 -0400)
This patch fixes up the comment formatting for isDrained in the timing
CPU.
src/cpu/simple/timing.hh
patch
|
blob
|
history
diff --git
a/src/cpu/simple/timing.hh
b/src/cpu/simple/timing.hh
index 52807ba086b3cbdb08c99c33ad292ec781606d1a..03264315e93803fd4e4491951204a15355b2e8d6 100644
(file)
--- 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() {