aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-vhdl_oper.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-vhdl_oper.adb')
-rw-r--r--src/synth/synth-vhdl_oper.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-vhdl_oper.adb b/src/synth/synth-vhdl_oper.adb
index 9063e84c4..206faf1a6 100644
--- a/src/synth/synth-vhdl_oper.adb
+++ b/src/synth/synth-vhdl_oper.adb
@@ -1965,7 +1965,7 @@ package body Synth.Vhdl_Oper is
declare
Res : Boolean;
begin
- Res := Elab.Vhdl_Files.Endfile (L.Val.File, Expr);
+ Res := Elab.Vhdl_Files.Endfile (Syn_Inst, L.Val.File, Expr);
return Create_Value_Memtyp
(Create_Memory_U8 (Boolean'Pos (Res), Boolean_Type));
exception