summaryrefslogtreecommitdiff
path: root/cpu/exetrace.hh
diff options
context:
space:
mode:
authorLisa Hsu <hsul@eecs.umich.edu>2005-10-09 18:20:54 -0400
committerLisa Hsu <hsul@eecs.umich.edu>2005-10-09 18:20:54 -0400
commit7b04cd9561dd591cb51c428816529ea8bb9c2acf (patch)
tree63f4b00ebfb9078eb7b2d5f8d20afaf859183b8b /cpu/exetrace.hh
parenta23ff5ac96782b1fc4dac8e6f21d90c1a2547e7a (diff)
downloadgem5-7b04cd9561dd591cb51c428816529ea8bb9c2acf.tar.xz
add a flag that supercedes all other InstExec flags to print a trace in the Intel sim compatible format.
--HG-- extra : convert_revision : 19569e5645f2d68fb68a0352753c08c2a24bfdc4
Diffstat (limited to 'cpu/exetrace.hh')
-rw-r--r--cpu/exetrace.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/exetrace.hh b/cpu/exetrace.hh
index 1eda3a934..1515869ad 100644
--- a/cpu/exetrace.hh
+++ b/cpu/exetrace.hh
@@ -143,6 +143,7 @@ class InstRecord : public Record
PRINT_INT_REGS,
PRINT_FETCH_SEQ,
PRINT_CP_SEQ,
+ INTEL_FORMAT,
NUM_BITS
};