ruby: send address ranges from RubyPort

This commit is contained in:
Tony Gutierrez 2016-02-17 11:31:54 -05:00
parent a34ff350da
commit 969babd26f

View file

@ -84,6 +84,9 @@ RubyPort::init()
{ {
assert(m_controller != NULL); assert(m_controller != NULL);
m_mandatory_q_ptr = m_controller->getMandatoryQueue(); m_mandatory_q_ptr = m_controller->getMandatoryQueue();
for (const auto &s_port : slave_ports)
s_port->sendRangeChange();
} }
BaseMasterPort & BaseMasterPort &