diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-05-09 21:24:47 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-05-09 21:24:47 +0200 |
commit | 93d20154f161dc2c2ecf504ab3ef84a898e2f4e3 (patch) | |
tree | 18580fe677ea09f95c91361350123948b627760d | |
parent | 097a610b153d32ea42c7ba2fc293a2f14989d4a3 (diff) | |
download | ghdl-93d20154f161dc2c2ecf504ab3ef84a898e2f4e3.tar.gz ghdl-93d20154f161dc2c2ecf504ab3ef84a898e2f4e3.tar.bz2 ghdl-93d20154f161dc2c2ecf504ab3ef84a898e2f4e3.zip |
Fix build error for ghdlsynth.
For #344
-rw-r--r-- | src/vhdl/simulate/execution.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/simulate/execution.adb b/src/vhdl/simulate/execution.adb index 61630f389..a10b18a13 100644 --- a/src/vhdl/simulate/execution.adb +++ b/src/vhdl/simulate/execution.adb @@ -1349,7 +1349,7 @@ package body Execution is when Iir_Predefined_Real_To_String_Digits => Eval_Right; declare - Str : Grt.Vstrings.String_Real_Digits; + Str : Grt.Vstrings.String_Real_Format; Last : Natural; begin Grt.Vstrings.To_String |