diff options
author | Sean Wilson <spwilson2@wisc.edu> | 2017-06-07 13:23:09 -0500 |
---|---|---|
committer | Sean Wilson <spwilson2@wisc.edu> | 2017-06-20 18:03:21 +0000 |
commit | 475f613f2661f3be5f7479c5c7229e5adcb74d93 (patch) | |
tree | 7220347dc181487ae9a2909c873af5e837637f19 /src/dev/arm/rtc_pl031.hh | |
parent | ebe5f0df9a6158ec4ed84429d1619f388eb1388b (diff) | |
download | gem5-475f613f2661f3be5f7479c5c7229e5adcb74d93.tar.xz |
arm: Replace EventWrapper use with EventFunctionWrapper
Change-Id: I08de5f72513645d1fe92bde99fa205dde897e951
Signed-off-by: Sean Wilson <spwilson2@wisc.edu>
Reviewed-on: https://gem5-review.googlesource.com/3747
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Anthony Gutierrez <anthony.gutierrez@amd.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Diffstat (limited to 'src/dev/arm/rtc_pl031.hh')
-rw-r--r-- | src/dev/arm/rtc_pl031.hh | 2 |
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. |