Forráskód Böngészése

* fixed hang in map_structured_asmlist_inner

Nikolay Nikolov 1 éve
szülő
commit
e0c41ebc5a
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      compiler/wasm32/aasmcpu.pas

+ 1 - 0
compiler/wasm32/aasmcpu.pas

@@ -2655,6 +2655,7 @@ uses
             if p.typ=ait_wasm_structured_instruction then
               begin
                 taicpu_wasm_structured_instruction(p).Map(f,blockstack);
+                p:=tai(p.next);
               end
             else
               begin