aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-nodes_gc.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-nodes_gc.adb')
-rw-r--r--src/vhdl/vhdl-nodes_gc.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-nodes_gc.adb b/src/vhdl/vhdl-nodes_gc.adb
index d20f2a89e..1dc54f4bd 100644
--- a/src/vhdl/vhdl-nodes_gc.adb
+++ b/src/vhdl/vhdl-nodes_gc.adb
@@ -376,7 +376,7 @@ package body Vhdl.Nodes_GC is
is
use Vhdl.Std_Package;
begin
- Markers := new Marker_Array'(Null_Iir .. Iirs.Get_Last_Node => False);
+ Markers := new Marker_Array'(Null_Iir .. Nodes.Get_Last_Node => False);
Has_Error := False;