diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/synth/synth-static_oper.adb | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/src/synth/synth-static_oper.adb b/src/synth/synth-static_oper.adb index 81e5171c0..e7d06cfe8 100644 --- a/src/synth/synth-static_oper.adb +++ b/src/synth/synth-static_oper.adb @@ -263,7 +263,9 @@ package body Synth.Static_Oper is             | Iir_Predefined_Ieee_Numeric_Std_And_Sgn_Sgn =>              return Synth_Vector_Dyadic (Left, Right, And_Table, Expr); -         when Iir_Predefined_Ieee_1164_Vector_Or => +         when Iir_Predefined_Ieee_1164_Vector_Or +           | Iir_Predefined_Ieee_Numeric_Std_Or_Uns_Uns +           | Iir_Predefined_Ieee_Numeric_Std_Or_Sgn_Sgn =>              return Synth_Vector_Dyadic (Left, Right, Or_Table, Expr);           when Iir_Predefined_Ieee_Numeric_Std_Add_Uns_Uns =>  | 
