aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2015-05-20 21:55:21 +0200
committerTristan Gingold <tgingold@free.fr>2015-05-20 21:55:21 +0200
commit06c4e6e0ba10149b272b0c49869152a50c732ae5 (patch)
tree6488ea1108733631b3e9b5ad000a2d4f8cadfc8c /src/ghdldrv
parent7abaf412c73a0f00f812ee05d7bf5a304e83549c (diff)
downloadghdl-06c4e6e0ba10149b272b0c49869152a50c732ae5.tar.gz
ghdl-06c4e6e0ba10149b272b0c49869152a50c732ae5.tar.bz2
ghdl-06c4e6e0ba10149b272b0c49869152a50c732ae5.zip
Handle to_string for i64 numbers.
Fix ticket 76
Diffstat (limited to 'src/ghdldrv')
-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 32e85a0f7..cc93bd827 100644
--- a/src/ghdldrv/ghdlrun.adb
+++ b/src/ghdldrv/ghdlrun.adb
@@ -535,6 +535,8 @@ package body Ghdlrun is
Def (Trans_Decls.Ghdl_To_String_I32,
Grt.Images.Ghdl_To_String_I32'Address);
+ Def (Trans_Decls.Ghdl_To_String_I64,
+ Grt.Images.Ghdl_To_String_I64'Address);
Def (Trans_Decls.Ghdl_To_String_F64,
Grt.Images.Ghdl_To_String_F64'Address);
Def (Trans_Decls.Ghdl_To_String_F64_Digits,