소스 검색

* fixed warning

Nikolay Nikolov 4 년 전
부모
커밋
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);