diff options
author | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2021-02-14 17:15:37 +0000 |
---|---|---|
committer | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2021-02-14 17:15:37 +0000 |
commit | 543728d81f8ef13901700cfacfcc015e8414f203 (patch) | |
tree | 8daf73aa607f2b128905d7333a69476a753f54f5 /compiler/arm | |
parent | 89cdc34a0b692c74e67f38b3cf85c0e03968ecdd (diff) | |
download | fpc-543728d81f8ef13901700cfacfcc015e8414f203.tar.gz |
* forgotten part of last commit
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@48674 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/arm')
-rw-r--r-- | compiler/arm/agarmgas.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/arm/agarmgas.pas b/compiler/arm/agarmgas.pas index 8f2f89cded..93053b4f9d 100644 --- a/compiler/arm/agarmgas.pas +++ b/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 |