diff options
author | Tristan Gingold | 2015-01-24 05:01:12 +0100 |
---|---|---|
committer | Tristan Gingold | 2015-01-24 05:01:12 +0100 |
commit | fff5e9b1ef19214bc54073c635d70ed3e9d6f9b5 (patch) | |
tree | 6e814ac879ba531075c3906284925838a7968a51 /src/vhdl/translate/translation.adb | |
parent | d4513ae22c1bacffa3ee003b6be9ed342e6d4c77 (diff) | |
download | ghdl-fff5e9b1ef19214bc54073c635d70ed3e9d6f9b5.tar.gz ghdl-fff5e9b1ef19214bc54073c635d70ed3e9d6f9b5.tar.bz2 ghdl-fff5e9b1ef19214bc54073c635d70ed3e9d6f9b5.zip |
Fix typos in grt and translation.adb for vhdl2008 (gcc).
Diffstat (limited to 'src/vhdl/translate/translation.adb')
-rw-r--r-- | src/vhdl/translate/translation.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/translate/translation.adb b/src/vhdl/translate/translation.adb index 38d8f97..9037f16 100644 --- a/src/vhdl/translate/translation.adb +++ b/src/vhdl/translate/translation.adb @@ -1786,7 +1786,7 @@ package body Translation is ("__ghdl_to_string_p64", Ghdl_To_String_P64, Ghdl_I64_Type, Rtis.Ghdl_Rti_Access, Wki_Rti); Create_To_String_Subprogram - ("__ghdl_timue_to_string_unit", Ghdl_Time_To_String_Unit, + ("__ghdl_time_to_string_unit", Ghdl_Time_To_String_Unit, Std_Time_Otype, Std_Time_Otype, Get_Identifier ("unit"), Rtis.Ghdl_Rti_Access, Wki_Rti); Create_To_String_Subprogram |