浏览代码

* 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],$00);
                           WriteByte(FWasmSections[wsiGlobal],$0B);  { end }
                           WriteByte(FWasmSections[wsiGlobal],$0B);  { end }
                         end;
                         end;
+                      else
+                        internalerror(2022052801);
                     end;
                     end;
                   end;
                   end;
               end;
               end;