diff options
author | Kevin Lim <ktlim@umich.edu> | 2006-04-24 16:56:24 -0400 |
---|---|---|
committer | Kevin Lim <ktlim@umich.edu> | 2006-04-24 16:56:24 -0400 |
commit | b363a3703da7f9773f4afe2469c0206e14de1813 (patch) | |
tree | 3c3a2f45171e7d4da26340784d768d585f232bd1 /cpu/exetrace.hh | |
parent | 55db48891c6d60d50f4f96c2e31f5281c23ed41f (diff) | |
download | gem5-b363a3703da7f9773f4afe2469c0206e14de1813.tar.xz |
Allow the switching on and off of PC symbols for tracing.
--HG--
extra : convert_revision : a2422e30ace9874ba1be44cd0e1d3024cabbf1ed
Diffstat (limited to 'cpu/exetrace.hh')
-rw-r--r-- | cpu/exetrace.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/exetrace.hh b/cpu/exetrace.hh index 67d042ec8..2f70e26e7 100644 --- a/cpu/exetrace.hh +++ b/cpu/exetrace.hh @@ -144,6 +144,7 @@ class InstRecord : public Record PRINT_INT_REGS, PRINT_FETCH_SEQ, PRINT_CP_SEQ, + PC_SYMBOL, INTEL_FORMAT, NUM_BITS }; |