mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 13:31:54 +02:00
+ avoid more warnings
This commit is contained in:
parent
da4980c4c0
commit
a5f1600275
@ -448,6 +448,7 @@ uses
|
||||
p: tai;
|
||||
tmp_asmlist: TAsmList;
|
||||
begin
|
||||
result:=nil;
|
||||
tmp_asmlist:=TAsmList.Create;
|
||||
|
||||
Done:=False;
|
||||
@ -468,6 +469,8 @@ uses
|
||||
result:=tai_wasmstruc_try_catch.internal_create(taicpu(p),tmp_asmlist,srclist);
|
||||
a_delegate:
|
||||
result:=tai_wasmstruc_try_delegate.internal_create(taicpu(p),tmp_asmlist,srclist);
|
||||
else
|
||||
internalerror(2023100502);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user