summaryrefslogtreecommitdiff
path: root/src/ghdldrv/ghdlrun.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdlrun.adb')
-rw-r--r--src/ghdldrv/ghdlrun.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlrun.adb b/src/ghdldrv/ghdlrun.adb
index eac0702..9249f2c 100644
--- a/src/ghdldrv/ghdlrun.adb
+++ b/src/ghdldrv/ghdlrun.adb
@@ -59,6 +59,7 @@ with Grt.Values;
with Grt.Names;
with Grt.Std_Logic_1164;
with Grt.Errors;
+with Grt.Backtraces.Jit;
with Ghdlcomp;
with Foreigns;
@@ -591,7 +592,7 @@ package body Ghdlrun is
Grtlink.Flag_String := Flags.Flag_String;
- Grt.Errors.Symbolizer := Ortho_Jit.Symbolize'Access;
+ Grt.Backtraces.Jit.Symbolizer_Proc := Ortho_Jit.Symbolize'Access;
Elaborate_Proc :=
Conv (Ortho_Jit.Get_Address (Trans_Decls.Ghdl_Elaborate));