Selaa lähdekoodia

* fix warning

Nikolay Nikolov 1 vuosi sitten
vanhempi
commit
04a077707c
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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: