mem-cache: Add multiple eviction stats
[gem5.git] / src / arch / x86 / emulenv.hh
index b8b6cd6b6cb91357e25b1673a1d21f0235fd7e2d..719447bf8c8daec320c88096e92fd5dcd8fda07c 100644 (file)
@@ -40,8 +40,8 @@
 #ifndef __ARCH_X86_EMULENV_HH__
 #define __ARCH_X86_EMULENV_HH__
 
-#include "arch/x86/intregs.hh"
-#include "arch/x86/segmentregs.hh"
+#include "arch/x86/regs/int.hh"
+#include "arch/x86/regs/segment.hh"
 #include "arch/x86/registers.hh"
 #include "arch/x86/types.hh"
 
@@ -71,6 +71,6 @@ namespace X86ISA
         void doModRM(const ExtMachInst & machInst);
         void setSeg(const ExtMachInst & machInst);
     };
-};
+}
 
 #endif // __ARCH_X86_TYPES_HH__