Ruby: Bug in SLICC forgot semicolon at end of code.
This commit is contained in:
parent
473bc21977
commit
f6a0b63d7b
1 changed files with 1 additions and 1 deletions
|
@ -605,7 +605,7 @@ $vid = m_net_ptr->get${network}NetQueue(m_version + base, $ordered, $vnet);
|
|||
# Set randomization
|
||||
if "random" in var:
|
||||
# A buffer
|
||||
code('$vid->setRandomization(${{var["random"]}})')
|
||||
code('$vid->setRandomization(${{var["random"]}});')
|
||||
|
||||
# Set Priority
|
||||
if "rank" in var:
|
||||
|
|
Loading…
Reference in a new issue