Pārlūkot izejas kodu

* Added missing "ait_tempalloc" to 7a4dbdc5 commit

J. Gareth "Curious Kit" Moreton 2 mēneši atpakaļ
vecāks
revīzija
994ebf55ec
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      compiler/rgobj.pas

+ 1 - 1
compiler/rgobj.pas

@@ -2405,7 +2405,7 @@ unit rgobj;
                         hp:=tai(p.previous);
                         hp:=tai(p.previous);
                         while Assigned(hp) do
                         while Assigned(hp) do
                           begin
                           begin
-                            if (hp.typ in [ait_comment,ait_varloc]) then
+                            if (hp.typ in [ait_comment,ait_tempalloc,ait_varloc]) then
                               { Do nothing, but pass control flow to
                               { Do nothing, but pass control flow to
                                 "hp:=tai(hp.previous)" and continue the loop }
                                 "hp:=tai(hp.previous)" and continue the loop }
                             else if (hp.typ=ait_regalloc) then
                             else if (hp.typ=ait_regalloc) then