ada: Fix generic renaming table low bound on reset
gcc/ada/ * sem_ch12.adb (Save_And_Reset): Fix value of low bound used to reset table.
This commit is contained in:
parent
5621e907ff
commit
78fe22892c
1 changed files with 1 additions and 1 deletions
|
@ -18095,7 +18095,7 @@ package body Sem_Ch12 is
|
|||
end loop;
|
||||
|
||||
Generic_Renamings.Init;
|
||||
Generic_Renamings.Set_Last (0);
|
||||
Generic_Renamings.Set_Last (-1);
|
||||
Generic_Renamings_HTable.Reset;
|
||||
end return;
|
||||
end Save_And_Reset;
|
||||
|
|
Loading…
Add table
Reference in a new issue