aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl')
-rw-r--r--src/vhdl/nodes_gc.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/nodes_gc.adb b/src/vhdl/nodes_gc.adb
index 3ff1002a2..9b1c34cf7 100644
--- a/src/vhdl/nodes_gc.adb
+++ b/src/vhdl/nodes_gc.adb
@@ -123,7 +123,7 @@ package body Nodes_GC is
procedure Report_Unreferenced_Node (N : Iir) is
begin
Disp_Tree.Disp_Tree (N, True);
- -- Has_Error := True;
+ Has_Error := True;
end Report_Unreferenced_Node;
procedure Mark_Iir_Ref_Field (N : Iir; F : Fields_Enum) is