diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-07-17 13:30:23 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-07-17 13:30:23 -0700 |
commit | cbc24d66001dbe3ec85f82073048d62141af2fd4 (patch) | |
tree | e9ad2ee5276612d4ed01c88f6f06589a4367666a /src | |
parent | b0643a08a32d14b57e774d9587c7ecba833b1ef7 (diff) | |
download | gem5-cbc24d66001dbe3ec85f82073048d62141af2fd4.tar.xz |
Actually include miscregs.hh
--HG--
extra : convert_revision : 6ebf906d2211b94f28c173f0d2da91bd446fcb2c
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/x86/isa/includes.isa | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/isa/includes.isa b/src/arch/x86/isa/includes.isa index d1c76c252..58aef7b1d 100644 --- a/src/arch/x86/isa/includes.isa +++ b/src/arch/x86/isa/includes.isa @@ -111,6 +111,7 @@ output header {{ output decoder {{ #include "arch/x86/faults.hh" +#include "arch/x86/miscregs.hh" #include "arch/x86/segmentregs.hh" #include "base/cprintf.hh" #include "base/loader/symtab.hh" |