aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-lib.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-lib.ads')
-rw-r--r--src/grt/grt-lib.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/grt/grt-lib.ads b/src/grt/grt-lib.ads
index 467cc4ca3..f8e7f0a7a 100644
--- a/src/grt/grt-lib.ads
+++ b/src/grt/grt-lib.ads
@@ -52,6 +52,7 @@ package Grt.Lib is
Line: Ghdl_I32);
procedure Ghdl_Direction_Check_Failed (Filename : Ghdl_C_String;
Line: Ghdl_I32);
+ procedure Ghdl_Access_Check_Failed;
procedure Ghdl_Integer_Index_Check_Failed
(Filename : Ghdl_C_String;
@@ -124,6 +125,8 @@ private
"__ghdl_direction_check_failed");
pragma Export (C, Ghdl_Integer_Index_Check_Failed,
"__ghdl_integer_index_check_failed");
+ pragma Export (C, Ghdl_Access_Check_Failed,
+ "__ghdl_access_check_failed");
pragma Export (C, Ghdl_Program_Error, "__ghdl_program_error");