aboutsummaryrefslogtreecommitdiffstats
path: root/translate/ghdldrv
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-01-19 02:07:12 +0100
committerTristan Gingold <tgingold@free.fr>2014-01-19 02:07:12 +0100
commit7bf65f3c4154fa26bbe35a286bff7fc2e9f28848 (patch)
tree84413ba4939a5709a95e1bb2f9c6460361742ab7 /translate/ghdldrv
parent29876a7bd41a0d9ce57ba4e41d294274ea38996b (diff)
downloadghdl-7bf65f3c4154fa26bbe35a286bff7fc2e9f28848.tar.gz
ghdl-7bf65f3c4154fa26bbe35a286bff7fc2e9f28848.tar.bz2
ghdl-7bf65f3c4154fa26bbe35a286bff7fc2e9f28848.zip
Fix typo in previous commit.
Diffstat (limited to 'translate/ghdldrv')
-rw-r--r--translate/ghdldrv/ghdlrun.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/translate/ghdldrv/ghdlrun.adb b/translate/ghdldrv/ghdlrun.adb
index 4b49a23b2..fb05df789 100644
--- a/translate/ghdldrv/ghdlrun.adb
+++ b/translate/ghdldrv/ghdlrun.adb
@@ -520,9 +520,9 @@ package body Ghdlrun is
Def (Trans_Decls.Ghdl_Value_B2,
Grt.Values.Ghdl_Value_B2'Address);
Def (Trans_Decls.Ghdl_Value_E8,
- Grt.Images.Ghdl_Value_E8'Address);
+ Grt.Values.Ghdl_Value_E8'Address);
Def (Trans_Decls.Ghdl_Value_E32,
- Grt.Images.Ghdl_Value_E32'Address);
+ Grt.Values.Ghdl_Value_E32'Address);
Def (Trans_Decls.Ghdl_Value_I32,
Grt.Values.Ghdl_Value_I32'Address);
Def (Trans_Decls.Ghdl_Value_F64,