From 85e1a9b8548ca2df406fd1ff56568a7ee1481aa0 Mon Sep 17 00:00:00 2001 From: Sean Wilson Date: Thu, 8 Jun 2017 11:35:45 -0500 Subject: sim, x86: Replace EventWrapper use with EventFunctionWrapper Change-Id: Ie1df07b70776208fc3631a73d403024636fc05a9 Signed-off-by: Sean Wilson Reviewed-on: https://gem5-review.googlesource.com/3749 Reviewed-by: Jason Lowe-Power Reviewed-by: Anthony Gutierrez Maintainer: Anthony Gutierrez --- src/sim/root.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/sim/root.hh') diff --git a/src/sim/root.hh b/src/sim/root.hh index 7273a077b..db207a77b 100644 --- a/src/sim/root.hh +++ b/src/sim/root.hh @@ -60,8 +60,7 @@ class Root : public SimObject Time lastTime; void timeSync(); - EventWrapper syncEvent; - friend class EventWrapper; + EventFunctionWrapper syncEvent; public: /** -- cgit v1.2.3