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.adb8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlrun.adb b/src/ghdldrv/ghdlrun.adb
index bfa095307..3f96bf456 100644
--- a/src/ghdldrv/ghdlrun.adb
+++ b/src/ghdldrv/ghdlrun.adb
@@ -386,6 +386,14 @@ package body Ghdlrun is
Grt.Lib.Ghdl_I32_Exp'Address);
Def (Trans_Decls.Ghdl_I64_Exp,
Grt.Lib.Ghdl_I64_Exp'Address);
+ Def (Trans_Decls.Ghdl_I32_Div,
+ Grt.Lib.Ghdl_I32_Div'Address);
+ Def (Trans_Decls.Ghdl_I64_Div,
+ Grt.Lib.Ghdl_I64_Div'Address);
+ Def (Trans_Decls.Ghdl_I32_Mod,
+ Grt.Lib.Ghdl_I32_Mod'Address);
+ Def (Trans_Decls.Ghdl_I64_Mod,
+ Grt.Lib.Ghdl_I64_Mod'Address);
Def (Trans_Decls.Ghdl_Check_Stack_Allocation,
Grt.Lib.Ghdl_Check_Stack_Allocation'Address);