mem-cache: Add multiple eviction stats
[gem5.git] / src / arch / x86 / nativetrace.hh
index afa2a463d12696e938bdbcd2e5778f6021048c0c..c68f01455a156f966b8a65d03ca5b0514ba29fc8 100644 (file)
@@ -85,6 +85,6 @@ class X86NativeTrace : public NativeTrace
     void check(NativeTraceRecord *record);
 };
 
-} /* namespace Trace */
+} // namespace Trace
 
 #endif // __ARCH_X86_NATIVETRACE_HH__