mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 02:49:28 +02:00
+ added compiler internal error when encountering certain unexpected wasm instructions (indicating improper nesting)
This commit is contained in:
parent
595402cac7
commit
089e7ca6c8
@ -2534,6 +2534,8 @@ uses
|
|||||||
result:=tai_wasmstruc_loop.create_from(taicpu(result),srclist);
|
result:=tai_wasmstruc_loop.create_from(taicpu(result),srclist);
|
||||||
a_try:
|
a_try:
|
||||||
result:=tai_wasmstruc_try.create_from(srclist);
|
result:=tai_wasmstruc_try.create_from(srclist);
|
||||||
|
a_else,a_end_if,a_end_block,a_end_loop,a_end_try,a_catch,a_catch_all:
|
||||||
|
internalerror(2023100503);
|
||||||
else
|
else
|
||||||
;
|
;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user