Give the progress event its own priority
--HG-- extra : convert_revision : 6357ade64deb42fae68b2766545b1c4cdc673fc9
This commit is contained in:
@@ -63,7 +63,7 @@ int maxThreadsPerCPU = 1;
|
||||
|
||||
CPUProgressEvent::CPUProgressEvent(EventQueue *q, Tick ival,
|
||||
BaseCPU *_cpu)
|
||||
: Event(q, Event::Stat_Event_Pri), interval(ival),
|
||||
: Event(q, Event::Progress_Event_Pri), interval(ival),
|
||||
lastNumInst(0), cpu(_cpu)
|
||||
{
|
||||
if (interval)
|
||||
|
||||
Reference in New Issue
Block a user