mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 22:09:33 +02:00
* fixed WebAssembly goto in case statement crash with internal error 2021011801
This commit is contained in:
parent
eef5001455
commit
671a36c823
@ -105,8 +105,6 @@ implementation
|
||||
_Label := endlabel;
|
||||
Exit;
|
||||
end;
|
||||
goton:
|
||||
InternalError(2021011801);
|
||||
blockn:
|
||||
begin
|
||||
Block := TBlockNode(Block).Left;
|
||||
|
Loading…
Reference in New Issue
Block a user