* fix warning

This commit is contained in:
Nikolay Nikolov 2024-01-17 09:43:51 +02:00
parent 03fc5d2323
commit 04a077707c

View File

@ -585,6 +585,8 @@ uses
function encode_wasm_basic_type(wbt: TWasmBasicType): Byte; function encode_wasm_basic_type(wbt: TWasmBasicType): Byte;
begin begin
case wbt of case wbt of
wbt_unknown:
internalerror(2024011702);
wbt_i32: wbt_i32:
result:=$7F; result:=$7F;
wbt_i64: wbt_i64: