Explorar el Código

* otherwise => else

florian hace 3 años
padre
commit
e87c52d7dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/avr/cgcpu.pas

+ 1 - 1
compiler/avr/cgcpu.pas

@@ -697,7 +697,7 @@ unit cgcpu;
                          end;
                        6: fastshift6(b);
                        7: fastshift7(b);
-                     otherwise
+                     else
                        Internalerror(2022031101);
                      end;
                    end