From 475f613f2661f3be5f7479c5c7229e5adcb74d93 Mon Sep 17 00:00:00 2001 From: Sean Wilson Date: Wed, 7 Jun 2017 13:23:09 -0500 Subject: arm: Replace EventWrapper use with EventFunctionWrapper Change-Id: I08de5f72513645d1fe92bde99fa205dde897e951 Signed-off-by: Sean Wilson Reviewed-on: https://gem5-review.googlesource.com/3747 Reviewed-by: Jason Lowe-Power Reviewed-by: Anthony Gutierrez Reviewed-by: Andreas Sandberg Maintainer: Andreas Sandberg --- src/dev/arm/kmi.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dev/arm/kmi.hh') diff --git a/src/dev/arm/kmi.hh b/src/dev/arm/kmi.hh index 55e4b4285..0593165c0 100644 --- a/src/dev/arm/kmi.hh +++ b/src/dev/arm/kmi.hh @@ -134,7 +134,7 @@ class Pl050 : public AmbaIntDevice, public VncKeyboard, public VncMouse return tmp_interrupt; } /** Wrapper to create an event out of the thing */ - EventWrapper intEvent; + EventFunctionWrapper intEvent; /** Receive queue. This list contains all the pending commands that * need to be sent to the driver -- cgit v1.2.3