changeset bf32d75419ad in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=bf32d75419ad
description:
        Trace: fix the --trace-start option

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/python/m5/main.py |    2 +-

diffs (12 lines):

diff -r 04ed7a1d9904 -r bf32d75419ad src/python/m5/main.py
--- a/src/python/m5/main.py     Wed Feb 25 10:22:49 2009 -0800
+++ b/src/python/m5/main.py     Thu Feb 26 19:29:16 2009 -0500
@@ -312,7 +312,7 @@
 
     if options.trace_start:
         check_tracing()
-        e = event.create(trace.enable, Event.Trace_Enable_Pri)
+        e = event.create(trace.enable, event.Event.Trace_Enable_Pri)
         event.mainq.schedule(e, options.trace_start)
     else:
         trace.enable()
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to