Explorar el Código

* fix warning

Nikolay Nikolov hace 1 año
padre
commit
04a077707c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      compiler/wasm32/cpubase.pas

+ 2 - 0
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: