aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/xrefs.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/xrefs.adb')
-rw-r--r--src/vhdl/xrefs.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/xrefs.adb b/src/vhdl/xrefs.adb
index d59b34f60..0c510892b 100644
--- a/src/vhdl/xrefs.adb
+++ b/src/vhdl/xrefs.adb
@@ -219,7 +219,7 @@ package body Xrefs is
-- Note: nodes of std_standard have the same location. FIXME ?
N1 := Get_Xref_Node (Op1);
N2 := Get_Xref_Node (Op2);
- if Iirs."/=" (N1, N2) then
+ if Vhdl.Nodes."/=" (N1, N2) then
return Vhdl.Nodes_Priv."<" (N1, N2);
end if;