diff options
author | Tristan Gingold <tgingold@free.fr> | 2023-03-23 07:25:15 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2023-03-23 07:25:15 +0100 |
commit | b9bd50be737ff13967edf442717673fd9100941f (patch) | |
tree | f874c2b76751c7408591f5c8fae4e8d0cfad69f7 /src/vhdl/vhdl-configuration.adb | |
parent | 863df0ba75e7bd883b53a47e600955c249015462 (diff) | |
download | ghdl-b9bd50be737ff13967edf442717673fd9100941f.tar.gz ghdl-b9bd50be737ff13967edf442717673fd9100941f.tar.bz2 ghdl-b9bd50be737ff13967edf442717673fd9100941f.zip |
vhdl: make instance_package_body forward_ref, adjust
Diffstat (limited to 'src/vhdl/vhdl-configuration.adb')
-rw-r--r-- | src/vhdl/vhdl-configuration.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-configuration.adb b/src/vhdl/vhdl-configuration.adb index a05009c7a..b17a5d2c5 100644 --- a/src/vhdl/vhdl-configuration.adb +++ b/src/vhdl/vhdl-configuration.adb @@ -195,7 +195,6 @@ package body Vhdl.Configuration is end if; end if; if Bod /= Null_Iir then - Set_Package (Get_Library_Unit (Bod), Lib_Unit); Add_Design_Unit (Bod, Loc); end if; end; |