From: Clifford Wolf Date: Tue, 22 Jul 2014 18:35:58 +0000 (+0200) Subject: Fixed ilang parsing of process attributes X-Git-Tag: yosys-0.4~493 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3b5f4ff39c94a5a664043f35b95a50240ffe9d12;p=yosys.git Fixed ilang parsing of process attributes --- diff --git a/frontends/ilang/parser.y b/frontends/ilang/parser.y index d8ecf37b7..cb438775f 100644 --- 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;