Browse Source

* fixed warning

Nikolay Nikolov 3 years ago
parent
commit
7e9607a62c
1 changed files with 2 additions and 0 deletions
  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);