diff options
-rw-r--r-- | src/synth/synth-stmts.adb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/synth/synth-stmts.adb b/src/synth/synth-stmts.adb index f2d12adb4..066eea680 100644 --- a/src/synth/synth-stmts.adb +++ b/src/synth/synth-stmts.adb @@ -263,10 +263,6 @@ package body Synth.Stmts is if Sl_Voff /= No_Net then -- Variable slice. - if Dest_Off /= 0 then - -- Offset before slice is not yet handled. - raise Internal_Error; - end if; Dest_Off := Dest_Off + Sl_Off; if Dest_Voff /= No_Net then Dest_Voff := Build_Addidx |