diff options
Diffstat (limited to 'src/systemc/core/channel.cc')
-rw-r--r-- | src/systemc/core/channel.cc | 3 |
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; |