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