diff options
Diffstat (limited to 'src/vhdl')
-rw-r--r-- | src/vhdl/libghdl/libghdl.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/libghdl/libghdl.adb b/src/vhdl/libghdl/libghdl.adb index 4ab3dc74a..67de461cf 100644 --- a/src/vhdl/libghdl/libghdl.adb +++ b/src/vhdl/libghdl/libghdl.adb @@ -95,7 +95,7 @@ package body Libghdl is function Analyze_File (File : Thin_String_Ptr; Len : Natural) return Iir is begin - return Ghdlcomp.Compile_Analyze_File2 (File (1 .. Len)); + return Ghdlcomp.Compile_Analyze_File (File (1 .. Len)); end Analyze_File; procedure Set_Exec_Prefix (Prefix : Thin_String_Ptr; Len : Natural) is |