diff options
Diffstat (limited to 'src/synth/synth-expr.ads')
-rw-r--r-- | src/synth/synth-expr.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-expr.ads b/src/synth/synth-expr.ads index ed419ab76..35c1acc0e 100644 --- a/src/synth/synth-expr.ads +++ b/src/synth/synth-expr.ads @@ -84,7 +84,7 @@ package Synth.Expr is function Synth_Array_Bounds (Syn_Inst : Synth_Instance_Acc; Atype : Node; - Dim : Natural) return Bound_Type; + Dim : Dim_Type) return Bound_Type; function Synth_Discrete_Range_Expression (L : Int64; R : Int64; Dir : Iir_Direction) return Discrete_Range_Type; |