diff options
Diffstat (limited to 'gcc/ada/exp_disp.adb')
-rw-r--r-- | gcc/ada/exp_disp.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/exp_disp.adb b/gcc/ada/exp_disp.adb index 62328d5..03c4558 100644 --- a/gcc/ada/exp_disp.adb +++ b/gcc/ada/exp_disp.adb @@ -3942,8 +3942,8 @@ package body Exp_Disp is if Present (Thunk_Id) then Append_To (Result, Thunk_Code); - Prim_Table (UI_To_Int (DT_Position (Prim))) - := Thunk_Id; + Prim_Table (UI_To_Int (DT_Position (Prim))) := + Thunk_Id; end if; end if; end if; |