소스 검색

be consistent in naming. renamed VOLATILE_ADDRESSREGISTER to VOLATILE_ADDRESSREGISTERS

git-svn-id: trunk@26463 -
Károly Balogh 11 년 전
부모
커밋
80b253c111
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;