+ added else to case statement to avoid warning

This commit is contained in:
Nikolay Nikolov 2023-10-05 19:19:59 +03:00
parent a5f1600275
commit 595402cac7

View File

@ -2534,6 +2534,8 @@ uses
result:=tai_wasmstruc_loop.create_from(taicpu(result),srclist);
a_try:
result:=tai_wasmstruc_try.create_from(srclist);
else
;
end;
end;
end;