* Fix compilation for ARM

This commit is contained in:
Michaël Van Canneyt 2023-06-19 11:38:23 +02:00 committed by FPK
parent 1930aaa340
commit 188fc9c112

View File

@ -2526,7 +2526,7 @@ begin
{$ifdef arm} {$ifdef arm}
'I' : 'I' :
begin begin
if (upper(copy(more,j+1)='THUMB') and if (upper(copy(more,j+1))='THUMB') and
{ does selected CPU really understand thumb? } { does selected CPU really understand thumb? }
(init_settings.cputype in cpu_has_thumb) then (init_settings.cputype in cpu_has_thumb) then
init_settings.instructionset:=is_thumb init_settings.instructionset:=is_thumb