mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:09:20 +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;
|
_Label := endlabel;
|
||||||
Exit;
|
Exit;
|
||||||
end;
|
end;
|
||||||
goton:
|
|
||||||
InternalError(2021011801);
|
|
||||||
blockn:
|
blockn:
|
||||||
begin
|
begin
|
||||||
Block := TBlockNode(Block).Left;
|
Block := TBlockNode(Block).Left;
|
||||||
|
Loading…
Reference in New Issue
Block a user