aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-insts.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-insts.adb')
-rw-r--r--src/synth/synth-insts.adb3
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;