From fe5524a0d34fc0fc97a5b3f571581ca5ec2827c4 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 27 Feb 2020 18:28:51 +0100 Subject: synth: handle file_close. --- src/synth/synth-static_proc.adb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/synth/synth-static_proc.adb') diff --git a/src/synth/synth-static_proc.adb b/src/synth/synth-static_proc.adb index cc92b9ee7..f0a09a172 100644 --- a/src/synth/synth-static_proc.adb +++ b/src/synth/synth-static_proc.adb @@ -43,6 +43,8 @@ package body Synth.Static_Proc is case Get_Implicit_Definition (Imp) is when Iir_Predefined_File_Open => Synth_File_Open (Syn_Inst, Imp, Loc); + when Iir_Predefined_File_Close => + Synth_File_Close (Syn_Inst, Imp, Loc); when Iir_Predefined_Foreign_Untruncated_Text_Read => Synth_Untruncated_Text_Read (Syn_Inst, Imp, Loc); when Iir_Predefined_Deallocate => -- cgit v1.2.3