summaryrefslogtreecommitdiff
path: root/src/cpu/exetrace.hh
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2006-11-07 15:51:37 -0500
committerAli Saidi <saidi@eecs.umich.edu>2006-11-07 15:51:37 -0500
commitf7a35c33d70d99c1276a70c2ed1a86719e64973b (patch)
tree88b74076d2a77368429b50e92876f8894b85b737 /src/cpu/exetrace.hh
parentbf3223d7ce681db8ca59dac49c6b44b672012e5d (diff)
downloadgem5-f7a35c33d70d99c1276a70c2ed1a86719e64973b.tar.xz
add code to operate in lockstep with legion
src/python/m5/main.py: add option to operate in lockstep with legion --HG-- extra : convert_revision : 2cc90ec0cf7e8d028ee813c2034a77415671a628
Diffstat (limited to 'src/cpu/exetrace.hh')
-rw-r--r--src/cpu/exetrace.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/exetrace.hh b/src/cpu/exetrace.hh
index 02ea162f0..6562e5265 100644
--- a/src/cpu/exetrace.hh
+++ b/src/cpu/exetrace.hh
@@ -150,6 +150,7 @@ class InstRecord : public Record
PRINT_REG_DELTA,
PC_SYMBOL,
INTEL_FORMAT,
+ LEGION_LOCKSTEP,
NUM_BITS
};