projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ae12a5
)
always skip the debugprintf function (DebugPrintf traceflag shouldn't matter). Otherw...
author
Ali Saidi
<saidi@eecs.umich.edu>
Tue, 1 May 2007 02:49:21 +0000
(22:49 -0400)
committer
Ali Saidi
<saidi@eecs.umich.edu>
Tue, 1 May 2007 02:49:21 +0000
(22:49 -0400)
--HG--
extra : convert_revision :
1c9a665e3b7234cacf06c31d2e7886244a9e82bc
src/kern/linux/events.cc
patch
|
blob
|
history
diff --git
a/src/kern/linux/events.cc
b/src/kern/linux/events.cc
index ba52e040ae9ce52b6eaa1d38eb5172da73ae29f6..4a3fd9f47561d31ca9d58acf89913f3552617838 100644
(file)
--- a/
src/kern/linux/events.cc
+++ b/
src/kern/linux/events.cc
@@
-51,8
+51,8
@@
DebugPrintkEvent::process(ThreadContext *tc)
TheISA::Arguments args(tc);
Printk(args);
- SkipFuncEvent::process(tc);
}
+ SkipFuncEvent::process(tc);
}
} // namespace linux