Browse Source

* otherwise => else

florian 3 years ago
parent
commit
e87c52d7dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/avr/cgcpu.pas

+ 1 - 1
compiler/avr/cgcpu.pas

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