Browse Source

* fixed warning

Nikolay Nikolov 3 years ago
parent
commit
bb0155141a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      compiler/ogwasm.pas

+ 0 - 2
compiler/ogwasm.pas

@@ -420,8 +420,6 @@ implementation
             WriteByte(dest,$7D);
             WriteByte(dest,$7D);
           wbt_f64:
           wbt_f64:
             WriteByte(dest,$7C);
             WriteByte(dest,$7C);
-          else
-            internalerror(2021092020);
         end;
         end;
       end;
       end;