mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 01:39:26 +02:00
* fixed warning
This commit is contained in:
parent
4cc5cf4d0e
commit
4cb97dcdb3
@ -479,6 +479,7 @@ uses
|
|||||||
|
|
||||||
function TWasmValidationStacks.PopVal(expect: TWasmBasicType): TWasmBasicType;
|
function TWasmValidationStacks.PopVal(expect: TWasmBasicType): TWasmBasicType;
|
||||||
begin
|
begin
|
||||||
|
Result:=wbt_Unknown;
|
||||||
Result:=PopVal;
|
Result:=PopVal;
|
||||||
if (Result<>expect) and (Result<>wbt_Unknown) and (expect<>wbt_Unknown) then
|
if (Result<>expect) and (Result<>wbt_Unknown) and (expect<>wbt_Unknown) then
|
||||||
internalerror(2024013105);
|
internalerror(2024013105);
|
||||||
|
Loading…
Reference in New Issue
Block a user