diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-10-02 18:35:36 -0400 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-10-02 18:35:36 -0400 |
commit | 6a31898a88a9ecced399ccf50636831c21d4a75e (patch) | |
tree | 16dfbde1b2a15ae82732e392a0504f1a56492547 /src/python | |
parent | e8ced44aead3b1a11ac7747b8d38ce5dba6c09d1 (diff) | |
parent | 51c8eab7b336a6c83e545b741cb975883fe56440 (diff) | |
download | gem5-6a31898a88a9ecced399ccf50636831c21d4a75e.tar.xz |
Merge zizzer.eecs.umich.edu:/bk/newmem
into zeep.eecs.umich.edu:/home/gblack/m5/newmem
--HG--
extra : convert_revision : f7d41fc21c7eeca6edde0b01f2e8844e3e19c51a
Diffstat (limited to 'src/python')
-rw-r--r-- | src/python/m5/main.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/m5/main.py b/src/python/m5/main.py index e93ef3a36..ccd6c5807 100644 --- 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 |