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

git-svn-id: trunk@22119 -
This commit is contained in:
florian 2012-08-17 20:45:46 +00:00
parent c64b400764
commit 765fb18679

View File

@ -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
);