changeset 329b8a20958b in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=329b8a20958b
description:
        sim: fix event priority name for debug-start option

diffstat:

 src/sim/eventq.hh |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 81d7551dd3be -r 329b8a20958b src/sim/eventq.hh
--- a/src/sim/eventq.hh Fri Nov 01 11:56:34 2013 -0400
+++ b/src/sim/eventq.hh Tue Nov 12 11:46:48 2013 -0500
@@ -190,7 +190,7 @@
     /// If we enable tracing on a particular cycle, do that as the
     /// very first thing so we don't miss any of the events on
     /// that cycle (even if we enter the debugger).
-    static const Priority Trace_Enable_Pri =          -101;
+    static const Priority Debug_Enable_Pri =          -101;
 
     /// Breakpoints should happen before anything else (except
     /// enabling trace output), so we don't miss any action when
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to