From 7bf65f3c4154fa26bbe35a286bff7fc2e9f28848 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 19 Jan 2014 02:07:12 +0100 Subject: Fix typo in previous commit. --- translate/ghdldrv/ghdlrun.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translate/ghdldrv/ghdlrun.adb b/translate/ghdldrv/ghdlrun.adb index 4b49a23..fb05df7 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, -- cgit