aboutsummaryrefslogtreecommitdiffstats
path: root/src/tables.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/tables.adb')
-rw-r--r--src/tables.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tables.adb b/src/tables.adb
index 3b8a888b8..027ded8e3 100644
--- a/src/tables.adb
+++ b/src/tables.adb
@@ -44,7 +44,7 @@ package body Tables is
procedure Init is
begin
- Dyn_Table.Init (T);
+ Dyn_Table.Init (T, Table_Initial);
end Init;
function Last return Table_Index_Type is