mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-03 13:07:58 +00:00
verilog: fix case location
This commit is contained in:
parent
1eb696c786
commit
b5e5554553
1 changed files with 1 additions and 0 deletions
|
|
@ -3026,6 +3026,7 @@ case_item:
|
|||
extra->case_type_stack.pop_back();
|
||||
SET_AST_NODE_LOC(extra->ast_stack.back(), @4, @4);
|
||||
extra->ast_stack.pop_back();
|
||||
SET_AST_NODE_LOC(extra->ast_stack.back(), @2, @2);
|
||||
extra->ast_stack.pop_back();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue