aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-vhdl_expr.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-01-14 09:42:37 +0100
committerTristan Gingold <tgingold@free.fr>2023-01-14 19:36:41 +0100
commit3fd2769300e7ff6e2065dbbbf4cbb44fa11fbda0 (patch)
treeba4966774c5e1c019c10be062b68ad9c36a97e43 /src/synth/synth-vhdl_expr.adb
parent7052ac9006b145c0cd51f2bad8e088c1338f3846 (diff)
downloadghdl-3fd2769300e7ff6e2065dbbbf4cbb44fa11fbda0.tar.gz
ghdl-3fd2769300e7ff6e2065dbbbf4cbb44fa11fbda0.tar.bz2
ghdl-3fd2769300e7ff6e2065dbbbf4cbb44fa11fbda0.zip
synth: more refactoring
Diffstat (limited to 'src/synth/synth-vhdl_expr.adb')
-rw-r--r--src/synth/synth-vhdl_expr.adb3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/synth/synth-vhdl_expr.adb b/src/synth/synth-vhdl_expr.adb
index 23665e8c1..d5a0e98fa 100644
--- a/src/synth/synth-vhdl_expr.adb
+++ b/src/synth/synth-vhdl_expr.adb
@@ -2267,8 +2267,7 @@ package body Synth.Vhdl_Expr is
Dyn : Dyn_Name;
begin
- Synth_Assignment_Prefix
- (Syn_Inst, Syn_Inst, Expr, Base, Typ, Off, Dyn);
+ Synth_Assignment_Prefix (Syn_Inst, Expr, Base, Typ, Off, Dyn);
if Base = No_Valtyp then
-- Propagate error.
return No_Valtyp;