diff options
Diffstat (limited to 'src/dev/arm/timer_sp804.hh')
-rw-r--r-- | src/dev/arm/timer_sp804.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/arm/timer_sp804.hh b/src/dev/arm/timer_sp804.hh index fafbeba28..509d95c9f 100644 --- a/src/dev/arm/timer_sp804.hh +++ b/src/dev/arm/timer_sp804.hh @@ -104,7 +104,7 @@ class Sp804 : public AmbaPioDevice /** Called when the counter reaches 0 */ void counterAtZero(); - EventWrapper<Timer, &Timer::counterAtZero> zeroEvent; + EventFunctionWrapper zeroEvent; public: /** Restart the counter ticking at val |