summaryrefslogtreecommitdiff
path: root/src/dev/arm/rtc_pl031.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/arm/rtc_pl031.hh')
-rw-r--r--src/dev/arm/rtc_pl031.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/arm/rtc_pl031.hh b/src/dev/arm/rtc_pl031.hh
index d3f1295dd..1ecadd4ca 100644
--- a/src/dev/arm/rtc_pl031.hh
+++ b/src/dev/arm/rtc_pl031.hh
@@ -91,7 +91,7 @@ class PL031 : public AmbaIntDevice
/** Called when the counter reaches matches */
void counterMatch();
- EventWrapper<PL031, &PL031::counterMatch> matchEvent;
+ EventFunctionWrapper matchEvent;
/** Called to update the matchEvent when the load Value or match value are
* written.