From f960173971d17c338b034d84cb80a4bf437a292c Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 12 Jan 2017 21:04:34 +0100 Subject: Add 'Image and 'Value for i64. Fix #254 --- src/vhdl/translate/translation.adb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/vhdl/translate/translation.adb') 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); -- cgit v1.2.3