diff options
Diffstat (limited to 'src/dev/arm/kmi.hh')
-rw-r--r-- | src/dev/arm/kmi.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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<Pl050, &Pl050::generateInterrupt> intEvent; + EventFunctionWrapper intEvent; /** Receive queue. This list contains all the pending commands that * need to be sent to the driver |