mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-06 02:47:48 +01:00
Added ARMv6M to cpu types where the default instruction set is Thumb
git-svn-id: trunk@25402 -
This commit is contained in:
parent
1a78ec1f11
commit
9acfd929f5
@ -1154,7 +1154,7 @@ implementation
|
|||||||
{ set default instruction set for arm }
|
{ set default instruction set for arm }
|
||||||
if result then
|
if result then
|
||||||
begin
|
begin
|
||||||
if a.cputype in [cpu_armv6t2,cpu_armv7m] then
|
if a.cputype in [cpu_armv6m,cpu_armv6t2,cpu_armv7m] then
|
||||||
a.instructionset:=is_thumb
|
a.instructionset:=is_thumb
|
||||||
else
|
else
|
||||||
a.instructionset:=is_arm;
|
a.instructionset:=is_arm;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user