aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/translation.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-01-12 21:04:34 +0100
committerTristan Gingold <tgingold@free.fr>2017-01-13 18:57:24 +0100
commitf960173971d17c338b034d84cb80a4bf437a292c (patch)
tree6f13110e5d64c16c7ec03f5cc3af0684dc943548 /src/vhdl/translate/translation.adb
parent481c0b8d4a1045cbe192698055ff9d200d048079 (diff)
downloadghdl-f960173971d17c338b034d84cb80a4bf437a292c.tar.gz
ghdl-f960173971d17c338b034d84cb80a4bf437a292c.tar.bz2
ghdl-f960173971d17c338b034d84cb80a4bf437a292c.zip
Add 'Image and 'Value for i64.
Fix #254
Diffstat (limited to 'src/vhdl/translate/translation.adb')
-rw-r--r--src/vhdl/translate/translation.adb5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vhdl/translate/translation.adb b/src/vhdl/translate/translation.adb
index 4f87db2f8..8d8c69789 100644
--- a/src/vhdl/translate/translation.adb
+++ b/src/vhdl/translate/translation.adb
@@ -1129,6 +1129,11 @@ package body Translation is
Create_Image_Value_Subprograms
("i32", Ghdl_I32_Type, False, Ghdl_Image_I32, Ghdl_Value_I32);
+ -- procedure __ghdl_image_i64 (res : std_string_ptr_node;
+ -- val : ghdl_i64_type);
+ Create_Image_Value_Subprograms
+ ("i64", Ghdl_I64_Type, False, Ghdl_Image_I64, Ghdl_Value_I64);
+
-- procedure __ghdl_image_p32 (res : std_string_ptr_node;
-- val : ghdl_i32_type;
-- rti : ghdl_rti_access);