From: Kevin Lim Date: Mon, 2 Oct 2006 22:13:42 +0000 (-0400) Subject: Oops, forgot to assign the option to the param context. X-Git-Tag: m5_2.0_beta2~105^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=51c8eab7b336a6c83e545b741cb975883fe56440;p=gem5.git Oops, forgot to assign the option to the param context. --HG-- extra : convert_revision : 022c3efaa3ade3fca3dfe554ececa4eeb396dc9c --- 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