mem-cache: Add multiple eviction stats
[gem5.git] / src / arch / x86 / emulenv.hh
index ac707d808e0681a6d827147d7e0155680b164225..719447bf8c8daec320c88096e92fd5dcd8fda07c 100644 (file)
@@ -71,6 +71,6 @@ namespace X86ISA
         void doModRM(const ExtMachInst & machInst);
         void setSeg(const ExtMachInst & machInst);
     };
-};
+}
 
 #endif // __ARCH_X86_TYPES_HH__