diff options
Diffstat (limited to 'src/synth/synth-insts.adb')
-rw-r--r-- | src/synth/synth-insts.adb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/synth/synth-insts.adb b/src/synth/synth-insts.adb index 0adb9f28b..ec63d2d1d 100644 --- a/src/synth/synth-insts.adb +++ b/src/synth/synth-insts.adb @@ -78,8 +78,7 @@ package body Synth.Insts is Idx := Idx + 1; Ports (Idx) := (Name => Name, W => Wd, - Dir => Dir, - Left | Right => 0); + Dir => Dir); when others => raise Internal_Error; -- TODO end case; |