Skip to content

Commit

Permalink
trans-chap9: initialize all the new state vector
Browse files Browse the repository at this point in the history
Fix #2642
Fix #2641
  • Loading branch information
tgingold committed Apr 16, 2024
1 parent 2871d4f commit 76e4608
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vhdl/translate/trans-chap9.adb
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,6 @@ package body Trans.Chap9 is
New_Assign_Stmt (New_Indexed_Element (Get_Var (Info.Psl_Vect_Var),
New_Obj_Value (Var_I)),
New_Lit (Std_Boolean_True_Node));
Inc_Var (Var_I);
when others =>
null;
end case;
Expand Down

0 comments on commit 76e4608

Please sign in to comment.