summaryrefslogtreecommitdiff
path: root/src/systemc/core/channel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/core/channel.cc')
-rw-r--r--src/systemc/core/channel.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/systemc/core/channel.cc b/src/systemc/core/channel.cc
index 04f158bea..4c731716d 100644
--- a/src/systemc/core/channel.cc
+++ b/src/systemc/core/channel.cc
@@ -54,8 +54,7 @@ Channel::requestUpdate()
void
Channel::asyncRequestUpdate()
{
- //TODO This should probably not request an update directly.
- scheduler.requestUpdate(this);
+ scheduler.asyncRequestUpdate(this);
}
std::set<Channel *> allChannels;