* 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;
begin
case wbt of
wbt_unknown:
internalerror(2024011702);
wbt_i32:
result:=$7F;
wbt_i64: