ruby: Fixed slicc to initialize the m_is_blocking flag
This commit is contained in:
parent
1d4c3ecdc3
commit
a407675106
1 changed files with 1 additions and 0 deletions
|
@ -349,6 +349,7 @@ $c_ident::$c_ident(const Params *p)
|
|||
m_buffer_size = p->buffer_size;
|
||||
m_recycle_latency = p->recycle_latency;
|
||||
m_number_of_TBEs = p->number_of_TBEs;
|
||||
m_is_blocking = false;
|
||||
''')
|
||||
code.indent()
|
||||
|
||||
|
|
Loading…
Reference in a new issue