projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cada047
)
Oops, forgot to assign the option to the param context.
author
Kevin Lim
<ktlim@umich.edu>
Mon, 2 Oct 2006 22:13:42 +0000
(18:13 -0400)
committer
Kevin Lim
<ktlim@umich.edu>
Mon, 2 Oct 2006 22:13:42 +0000
(18:13 -0400)
--HG--
extra : convert_revision :
022c3efaa3ade3fca3dfe554ececa4eeb396dc9c
src/python/m5/main.py
patch
|
blob
|
history
diff --git
a/src/python/m5/main.py
b/src/python/m5/main.py
index e93ef3a365967af27cd6c714110958c08628b7f5..ccd6c5807f09fd33c61ce0b7645a15b8063db316 100644
(file)
--- a/
src/python/m5/main.py
+++ b/
src/python/m5/main.py
@@
-278,6
+278,7
@@
def main():
# set tracing options
objects.Trace.flags = options.trace_flags
objects.Trace.start = options.trace_start
+ objects.Trace.cycle = options.trace_cycle
objects.Trace.file = options.trace_file
objects.Trace.bufsize = options.trace_circlebuf
objects.Trace.dump_on_exit = options.trace_dumponexit