diff options
author | Tristan Gingold <tgingold@free.fr> | 2015-01-14 03:50:46 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2015-01-14 03:50:46 +0100 |
commit | 221bd46f4dd1bcb3496c7e6a9c728ed33b9616dd (patch) | |
tree | 6668df6d6f2a82d20bbba8e4e3c1b8469cc30a25 /src/vhdl/sem.adb | |
parent | 2bc30247415e3165ec17d667bb028f23538bc2ea (diff) | |
download | ghdl-221bd46f4dd1bcb3496c7e6a9c728ed33b9616dd.tar.gz ghdl-221bd46f4dd1bcb3496c7e6a9c728ed33b9616dd.tar.bz2 ghdl-221bd46f4dd1bcb3496c7e6a9c728ed33b9616dd.zip |
xrefs: adjust for vhdl08.
Diffstat (limited to 'src/vhdl/sem.adb')
-rw-r--r-- | src/vhdl/sem.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/sem.adb b/src/vhdl/sem.adb index 138056896..608bfc88d 100644 --- a/src/vhdl/sem.adb +++ b/src/vhdl/sem.adb @@ -795,6 +795,7 @@ package body Sem is return Null_Iir; end if; Set_Named_Entity (Block_Spec, Res); + Xref_Ref (Gen_Spec, Res); Set_Prefix (Block_Spec, Block_Name); Set_Block_Specification (Block_Conf, Block_Spec); when others => |