Browse Source

* fixed warning

Nikolay Nikolov 3 years ago
parent
commit
92fb1d2564
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/wasm32/aasmcpu.pas

+ 2 - 0
compiler/wasm32/aasmcpu.pas

@@ -1218,6 +1218,8 @@ uses
                   WriteByte($03);
                 a_if:
                   WriteByte($04);
+                else
+                  internalerror(2021092626);
               end;
               if ops=0 then
                 WriteByte($40)