mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 13:39:36 +02:00
* Fix compilation for ARM
This commit is contained in:
parent
1930aaa340
commit
188fc9c112
@ -2526,7 +2526,7 @@ begin
|
||||
{$ifdef arm}
|
||||
'I' :
|
||||
begin
|
||||
if (upper(copy(more,j+1)='THUMB') and
|
||||
if (upper(copy(more,j+1))='THUMB') and
|
||||
{ does selected CPU really understand thumb? }
|
||||
(init_settings.cputype in cpu_has_thumb) then
|
||||
init_settings.instructionset:=is_thumb
|
||||
|
Loading…
Reference in New Issue
Block a user