mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 23:29:34 +01:00
+ add a description to the cpuflags where I know the exact meaning/definition
git-svn-id: trunk@22119 -
This commit is contained in:
parent
c64b400764
commit
765fb18679
@ -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
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user