mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 16:19:35 +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;
|
||||
begin
|
||||
case wbt of
|
||||
wbt_unknown:
|
||||
internalerror(2024011702);
|
||||
wbt_i32:
|
||||
result:=$7F;
|
||||
wbt_i64:
|
||||
|
Loading…
Reference in New Issue
Block a user