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.adb4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlrun.adb b/src/ghdldrv/ghdlrun.adb
index 725c16e30..c9183433f 100644
--- a/src/ghdldrv/ghdlrun.adb
+++ b/src/ghdldrv/ghdlrun.adb
@@ -496,6 +496,8 @@ package body Ghdlrun is
Grt.Images.Ghdl_Image_E32'Address);
Def (Trans_Decls.Ghdl_Image_I32,
Grt.Images.Ghdl_Image_I32'Address);
+ Def (Trans_Decls.Ghdl_Image_I64,
+ Grt.Images.Ghdl_Image_I64'Address);
Def (Trans_Decls.Ghdl_Image_F64,
Grt.Images.Ghdl_Image_F64'Address);
Def (Trans_Decls.Ghdl_Image_P64,
@@ -511,6 +513,8 @@ package body Ghdlrun is
Grt.Values.Ghdl_Value_E32'Address);
Def (Trans_Decls.Ghdl_Value_I32,
Grt.Values.Ghdl_Value_I32'Address);
+ Def (Trans_Decls.Ghdl_Value_I64,
+ Grt.Values.Ghdl_Value_I64'Address);
Def (Trans_Decls.Ghdl_Value_F64,
Grt.Values.Ghdl_Value_F64'Address);
Def (Trans_Decls.Ghdl_Value_P32,