aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-environment.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-environment.ads')
-rw-r--r--src/synth/synth-environment.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/synth-environment.ads b/src/synth/synth-environment.ads
index acf97c45f..1abb918eb 100644
--- a/src/synth/synth-environment.ads
+++ b/src/synth/synth-environment.ads
@@ -279,6 +279,7 @@ private
type Phi_Type is record
-- Chain of sequential assignments in the current phi context (BB).
First : Seq_Assign;
+ Last : Seq_Assign;
-- Number of assignments.
Nbr : Uns32;
end record;