소스 검색

+ add a description to the cpuflags where I know the exact meaning/definition

git-svn-id: trunk@22119 -
florian 13 년 전
부모
커밋
765fb18679
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      compiler/arm/cpuinfo.pas

+ 4 - 4
compiler/arm/cpuinfo.pas

@@ -1107,10 +1107,10 @@ Const
 
  type
    tcpuflags =
-      (CPUARM_HAS_BX,
-       CPUARM_HAS_BLX,
-       CPUARM_HAS_EDSP,
-       CPUARM_HAS_REV,
+      (CPUARM_HAS_BX,    { CPU supports the BX instruction                           }
+       CPUARM_HAS_BLX,   { CPU supports the BLX instruction                          }
+       CPUARM_HAS_EDSP,  { CPU supports the PLD,STRD,LDRD,MCRR and MRRC instructions }
+       CPUARM_HAS_REV,   { CPU supports the REV instruction                          }
        CPUARM_HAS_LDREX,
        CPUARM_HAS_IDIV
       );