projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6d0e08
)
Fixed ilang parsing of process attributes
author
Clifford Wolf
<clifford@clifford.at>
Tue, 22 Jul 2014 18:35:58 +0000
(20:35 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Tue, 22 Jul 2014 18:39:37 +0000
(20:39 +0200)
frontends/ilang/parser.y
patch
|
blob
|
history
diff --git
a/frontends/ilang/parser.y
b/frontends/ilang/parser.y
index d8ecf37b7b9c05a5eed2af3c1f43f441c26287e5..cb438775f252d01a4b8f7e1c9049f468a863333b 100644
(file)
--- a/
frontends/ilang/parser.y
+++ b/
frontends/ilang/parser.y
@@
-225,6
+225,7
@@
proc_stmt:
switch_stack.push_back(¤t_process->root_case.switches);
case_stack.clear();
case_stack.push_back(¤t_process->root_case);
+ attrbuf.clear();
free($2);
} case_body sync_list TOK_END EOL;