From 04a077707c334705b9ca639642a2db03b6b154a8 Mon Sep 17 00:00:00 2001 From: Nikolay Nikolov Date: Wed, 17 Jan 2024 09:43:51 +0200 Subject: [PATCH] * fix warning --- compiler/wasm32/cpubase.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/wasm32/cpubase.pas b/compiler/wasm32/cpubase.pas index c399714840..371b2de876 100644 --- a/compiler/wasm32/cpubase.pas +++ b/compiler/wasm32/cpubase.pas @@ -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: