projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
473bc21
)
Ruby: Bug in SLICC forgot semicolon at end of code.
author
Lisa Hsu
<Lisa.Hsu@amd.com>
Thu, 31 Mar 2011 19:20:16 +0000
(12:20 -0700)
committer
Lisa Hsu
<Lisa.Hsu@amd.com>
Thu, 31 Mar 2011 19:20:16 +0000
(12:20 -0700)
src/mem/slicc/symbols/StateMachine.py
patch
|
blob
|
history
diff --git
a/src/mem/slicc/symbols/StateMachine.py
b/src/mem/slicc/symbols/StateMachine.py
index fb7556fdd6bc4a287e51c8c913ae5301916006e1..e66dcd7dca9aecde604dd067af104fbedc5bf84e 100644
(file)
--- a/
src/mem/slicc/symbols/StateMachine.py
+++ b/
src/mem/slicc/symbols/StateMachine.py
@@
-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: