mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-23 06:49:49 +02:00
* fix warning
This commit is contained in:
parent
03fc5d2323
commit
04a077707c
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user