File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2585,7 +2585,7 @@ assert:
2585
2585
node->str = *$1 ;
2586
2586
}
2587
2587
if (!$3 )
2588
- warn_at_loc (@$ , " SystemVerilog does not allow \" restrict\" without \" property\" ." );
2588
+ warn_at_loc (@3 , " SystemVerilog does not allow \" restrict\" without \" property\" ." );
2589
2589
} |
2590
2590
opt_sva_label TOK_RESTRICT opt_property TOK_LPAREN TOK_EVENTUALLY expr TOK_RPAREN TOK_SEMICOL {
2591
2591
if (mode->norestrict ) {
@@ -2596,7 +2596,7 @@ assert:
2596
2596
node->str = *$1 ;
2597
2597
}
2598
2598
if (!$3 )
2599
- warn_at_loc (@$ , " SystemVerilog does not allow \" restrict\" without \" property\" ." );
2599
+ warn_at_loc (@3 , " SystemVerilog does not allow \" restrict\" without \" property\" ." );
2600
2600
};
2601
2601
2602
2602
assert_property:
You can’t perform that action at this time.
0 commit comments