ソースを参照

* fixed warning

Nikolay Nikolov 3 年 前
コミット
ee89b7c9ec
1 ファイル変更2 行追加0 行削除
  1. 2 0
      compiler/ogwasm.pas

+ 2 - 0
compiler/ogwasm.pas

@@ -1497,6 +1497,8 @@ implementation
                           WriteByte(FWasmSections[wsiGlobal],$00);
                           WriteByte(FWasmSections[wsiGlobal],$0B);  { end }
                         end;
+                      else
+                        internalerror(2022052801);
                     end;
                   end;
               end;