Ver Fonte

* forgotten part of last commit

git-svn-id: trunk@48674 -
florian há 4 anos atrás
pai
commit
33ce19799b
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      compiler/arm/agarmgas.pas

+ 1 - 1
compiler/arm/agarmgas.pas

@@ -379,7 +379,7 @@ unit agarmgas;
       postfix:='';
       postfix:='';
       if GenerateThumb2Code then
       if GenerateThumb2Code then
         begin
         begin
-          if taicpu(hp).wideformat then
+          if cf_wideformat in taicpu(hp).flags then
             postfix:='.w';
             postfix:='.w';
         end;
         end;
       if unified_syntax then
       if unified_syntax then