diff options
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 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 }; |