Explorar el Código

be consistent in naming. renamed VOLATILE_ADDRESSREGISTER to VOLATILE_ADDRESSREGISTERS

git-svn-id: trunk@26463 -
Károly Balogh hace 11 años
padre
commit
80b253c111
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/m68k/cpubase.pas

+ 1 - 1
compiler/m68k/cpubase.pas

@@ -152,7 +152,7 @@ unit cpubase;
       { registers which may be destroyed by calls }
       VOLATILE_INTREGISTERS = [RS_D0,RS_D1];
       VOLATILE_FPUREGISTERS = [];
-      VOLATILE_ADDRESSREGISTER = [RS_A0,RS_A1];
+      VOLATILE_ADDRESSREGISTERS = [RS_A0,RS_A1];
 
     type
       totherregisterset = set of tregisterindex;