# Node ID 329b8a20958ba774ec59bc9e1848c3c5de85a0ee # Parent 81d7551dd3beaca12c525c59a8fa799c44aa69db diff --git a/src/sim/eventq.hh b/src/sim/eventq.hh --- a/src/sim/eventq.hh +++ b/src/sim/eventq.hh @@ -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