mem-cache: Create an address aware TempCacheBlk
[gem5.git] / src / mem / comm_monitor.hh
index fa28eaee438626289f0f8ba31fc421d505855811..d27594d232f0f158dde263c0b2a0566892ebbf1d 100644 (file)
@@ -410,7 +410,7 @@ class CommMonitor : public MemObject
     void samplePeriodic();
 
     /** Periodic event called at the end of each simulation time bin */
-    EventWrapper<CommMonitor, &CommMonitor::samplePeriodic> samplePeriodicEvent;
+    EventFunctionWrapper samplePeriodicEvent;
 
     /**
      *@{