diff options
Diffstat (limited to 'src/vhdl/iirs_utils.adb')
-rw-r--r-- | src/vhdl/iirs_utils.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/iirs_utils.adb b/src/vhdl/iirs_utils.adb index 034fdd051..89b9d46ec 100644 --- a/src/vhdl/iirs_utils.adb +++ b/src/vhdl/iirs_utils.adb @@ -21,7 +21,7 @@ with Errorout; use Errorout; with Name_Table; with Str_Table; with Std_Names; use Std_Names; -with Std_Package; +with Vhdl.Std_Package; with Flags; use Flags; with PSL.Nodes; @@ -1358,7 +1358,7 @@ package body Iirs_Utils is Name : constant Iir := Get_Entity_Name (Decl); Res : constant Iir := Get_Named_Entity (Name); begin - if Res = Std_Package.Error_Mark then + if Res = Vhdl.Std_Package.Error_Mark then return Null_Iir; end if; |