summaryrefslogtreecommitdiff
path: root/compiler/aasmtai.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/aasmtai.pas')
-rw-r--r--compiler/aasmtai.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/aasmtai.pas b/compiler/aasmtai.pas
index 84049cae9a..fec178a2cf 100644
--- a/compiler/aasmtai.pas
+++ b/compiler/aasmtai.pas
@@ -402,7 +402,7 @@ interface
{ supported by recent clang-based assemblers for data-in-code }
asd_data_region, asd_end_data_region,
{ ARM }
- asd_thumb_func,asd_code,
+ asd_thumb_func,asd_code,asd_force_thumb,
{ restricts the assembler only to those instructions, which are
available on the specified CPU; this represents directives such as
NASM's 'CPU 686' or MASM/TASM's '.686p'. Might not be supported by
@@ -452,6 +452,7 @@ interface
{ ARM }
'thumb_func',
'code',
+ 'force_thumb',
'cpu',
{ for the OMF object format }
'omf_line',