From ebe5f0df9a6158ec4ed84429d1619f388eb1388b Mon Sep 17 00:00:00 2001 From: Sean Wilson Date: Wed, 7 Jun 2017 12:13:16 -0500 Subject: cpu, gpu-compute: Replace EventWrapper use with EventFunctionWrapper Change-Id: Idd5992463bcf9154f823b82461070d1f1842cea3 Signed-off-by: Sean Wilson Reviewed-on: https://gem5-review.googlesource.com/3746 Reviewed-by: Anthony Gutierrez Reviewed-by: Jason Lowe-Power Maintainer: Jason Lowe-Power --- src/gpu-compute/gpu_tlb.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gpu-compute/gpu_tlb.hh') diff --git a/src/gpu-compute/gpu_tlb.hh b/src/gpu-compute/gpu_tlb.hh index 7a7485c48..ee4375259 100644 --- a/src/gpu-compute/gpu_tlb.hh +++ b/src/gpu-compute/gpu_tlb.hh @@ -425,7 +425,7 @@ namespace X86ISA // free memory and do the required clean-up void cleanup(); - EventWrapper cleanupEvent; + EventFunctionWrapper cleanupEvent; /** * This hash map will use the virtual page address as a key @@ -458,7 +458,7 @@ namespace X86ISA // Called at the end of simulation to dump page access stats. void exitCallback(); - EventWrapper exitEvent; + EventFunctionWrapper exitEvent; }; } -- cgit v1.2.3