diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2006-11-07 15:51:37 -0500 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2006-11-07 15:51:37 -0500 |
commit | f7a35c33d70d99c1276a70c2ed1a86719e64973b (patch) | |
tree | 88b74076d2a77368429b50e92876f8894b85b737 /src/cpu/exetrace.hh | |
parent | bf3223d7ce681db8ca59dac49c6b44b672012e5d (diff) | |
download | gem5-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.hh | 1 |
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 }; |