Browse Source

* fixed WebAssembly goto in case statement crash with internal error 2021011801

Nikolay Nikolov 5 months ago
parent
commit
671a36c823
1 changed files with 0 additions and 2 deletions
  1. 0 2
      compiler/wasm32/nwasmset.pas

+ 0 - 2
compiler/wasm32/nwasmset.pas

@@ -105,8 +105,6 @@ implementation
                   _Label := endlabel;
                   _Label := endlabel;
                   Exit;
                   Exit;
                 end;
                 end;
-              goton:
-                InternalError(2021011801);
               blockn:
               blockn:
                 begin
                 begin
                   Block := TBlockNode(Block).Left;
                   Block := TBlockNode(Block).Left;