Browse Source

* forgotten part of last commit

git-svn-id: trunk@48674 -
florian 4 years ago
parent
commit
33ce19799b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/arm/agarmgas.pas

+ 1 - 1
compiler/arm/agarmgas.pas

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