From c8668a663992264911545f8001d462e0885b114c Mon Sep 17 00:00:00 2001 From: Sean Wilson Date: Wed, 7 Jun 2017 16:32:15 -0500 Subject: dev: Replace EventWrapper use with EventFunctionWrapper Change-Id: I6b03cc6f67e76dffb79940431711ae6171901c6a Signed-off-by: Sean Wilson Reviewed-on: https://gem5-review.googlesource.com/3748 Reviewed-by: Andreas Sandberg Maintainer: Andreas Sandberg --- src/dev/dma_device.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dev/dma_device.hh') diff --git a/src/dev/dma_device.hh b/src/dev/dma_device.hh index 4a1946af5..f354d3859 100644 --- a/src/dev/dma_device.hh +++ b/src/dev/dma_device.hh @@ -123,7 +123,7 @@ class DmaPort : public MasterPort, public Drainable std::deque transmitList; /** Event used to schedule a future sending from the transmit list. */ - EventWrapper sendEvent; + EventFunctionWrapper sendEvent; /** Number of outstanding packets the dma port has. */ uint32_t pendingCount; -- cgit v1.2.3