浏览代码

* fixed warning

Nikolay Nikolov 3 年之前
父节点
当前提交
7e9607a62c
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      compiler/wasm32/aasmcpu.pas

+ 2 - 0
compiler/wasm32/aasmcpu.pas

@@ -1379,6 +1379,8 @@ uses
                   WriteByte($0C);
                 a_br_if:
                   WriteByte($0D);
+                else
+                  internalerror(2021092622);
               end;
               if ops<>1 then
                 internalerror(2021092610);