summaryrefslogtreecommitdiff
path: root/src/systemc/ext/channel/sc_fifo.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/ext/channel/sc_fifo.hh')
-rw-r--r--src/systemc/ext/channel/sc_fifo.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemc/ext/channel/sc_fifo.hh b/src/systemc/ext/channel/sc_fifo.hh
index 02a0ddb98..a1c454a8f 100644
--- a/src/systemc/ext/channel/sc_fifo.hh
+++ b/src/systemc/ext/channel/sc_fifo.hh
@@ -211,8 +211,8 @@ class sc_fifo : public sc_fifo_in_if<T>,
{}
sc_fifo &operator = (const sc_fifo<T> &) { return *this; }
- sc_event _dataReadEvent;
- sc_event _dataWriteEvent;
+ sc_gem5::InternalScEvent _dataReadEvent;
+ sc_gem5::InternalScEvent _dataWriteEvent;
sc_port_base *_reader;
sc_port_base *_writer;