summaryrefslogtreecommitdiff
path: root/src/sim
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2007-02-17 22:07:50 -0800
committerNathan Binkert <binkertn@umich.edu>2007-02-17 22:07:50 -0800
commit8c1c68a31ec0d2ab58ddc610aeeaddc14fa61cd3 (patch)
tree33bd5e8eaaaab740330fac80a7a1f89ffc127f2f /src/sim
parent08f024d3ff68ae533f9d96ebd0e470a1874a7d86 (diff)
downloadgem5-8c1c68a31ec0d2ab58ddc610aeeaddc14fa61cd3.tar.xz
Give the progress event its own priority
--HG-- extra : convert_revision : 6357ade64deb42fae68b2766545b1c4cdc673fc9
Diffstat (limited to 'src/sim')
-rw-r--r--src/sim/eventq.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sim/eventq.hh b/src/sim/eventq.hh
index 1aeb26e25..a57e9077e 100644
--- a/src/sim/eventq.hh
+++ b/src/sim/eventq.hh
@@ -169,6 +169,9 @@ class Event : public Serializable, public FastAlloc
/// everything else, but before exit.
Stat_Event_Pri = 90,
+ /// Progress events come at the end.
+ Progress_Event_Pri = 95,
+
/// If we want to exit on this cycle, it's the very last thing
/// we do.
Sim_Exit_Pri = 100