mirror of
https://github.com/YosysHQ/yosys
synced 2025-12-19 18:53:44 +00:00
verilog: fix case location
This commit is contained in:
parent
31fde78a09
commit
f197d50292
1 changed files with 1 additions and 0 deletions
|
|
@ -3046,6 +3046,7 @@ case_item:
|
||||||
extra->case_type_stack.pop_back();
|
extra->case_type_stack.pop_back();
|
||||||
SET_AST_NODE_LOC(extra->ast_stack.back(), @4, @4);
|
SET_AST_NODE_LOC(extra->ast_stack.back(), @4, @4);
|
||||||
extra->ast_stack.pop_back();
|
extra->ast_stack.pop_back();
|
||||||
|
SET_AST_NODE_LOC(extra->ast_stack.back(), @2, @2);
|
||||||
extra->ast_stack.pop_back();
|
extra->ast_stack.pop_back();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue