3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 17:14:08 +00:00

Fixed ilang parsing of process attributes

This commit is contained in:
Clifford Wolf 2014-07-22 20:35:58 +02:00
parent d6d0e08834
commit 3b5f4ff39c

View file

@ -225,6 +225,7 @@ proc_stmt:
switch_stack.push_back(&current_process->root_case.switches);
case_stack.clear();
case_stack.push_back(&current_process->root_case);
attrbuf.clear();
free($2);
} case_body sync_list TOK_END EOL;