Explorar el Código

* fixed warning

Nikolay Nikolov hace 4 años
padre
commit
92fb1d2564
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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)