aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlrun.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdlrun.adb')
-rw-r--r--src/ghdldrv/ghdlrun.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlrun.adb b/src/ghdldrv/ghdlrun.adb
index 882698612..8cc1a6df0 100644
--- a/src/ghdldrv/ghdlrun.adb
+++ b/src/ghdldrv/ghdlrun.adb
@@ -325,6 +325,8 @@ package body Ghdlrun is
Grt.Lib.Ghdl_Bound_Check_Failed'Address);
Def (Trans_Decls.Ghdl_Direction_Check_Failed,
Grt.Lib.Ghdl_Direction_Check_Failed'Address);
+ Def (Trans_Decls.Ghdl_Access_Check_Failed,
+ Grt.Lib.Ghdl_Access_Check_Failed'Address);
Def (Trans_Decls.Ghdl_Integer_Index_Check_Failed,
Grt.Lib.Ghdl_Integer_Index_Check_Failed'Address);