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

This commit is contained in:
Nikolay Nikolov 2025-02-25 08:22:26 +02:00
parent eef5001455
commit 671a36c823

View File

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