ruby: send address ranges from RubyPort
This commit is contained in:
parent
a34ff350da
commit
969babd26f
1 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,9 @@ RubyPort::init()
|
|||
{
|
||||
assert(m_controller != NULL);
|
||||
m_mandatory_q_ptr = m_controller->getMandatoryQueue();
|
||||
|
||||
for (const auto &s_port : slave_ports)
|
||||
s_port->sendRangeChange();
|
||||
}
|
||||
|
||||
BaseMasterPort &
|
||||
|
|
Loading…
Reference in a new issue