Skip to content

Commit

Permalink
Fix a bug that fails to initialize a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nvcyc authored and yoogx committed Feb 6, 2021
1 parent 748811f commit e0ad786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/model/ocarina-analyzer-aadl-semantics.adb
Original file line number Diff line number Diff line change
Expand Up @@ -2682,7 +2682,7 @@ package body Ocarina.Analyzer.AADL.Semantics is

List_Node : Node_Id;
Types_Are_Compatible : Boolean;
Success : Boolean;
Success : Boolean := True;
begin

List_Node :=
Expand Down

0 comments on commit e0ad786

Please sign in to comment.