mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 16:29:14 +02:00
[PATCH 39/83] adding local instruction
From 3ae3ecb30c707b1726cab65bd7492341f054f9a9 Mon Sep 17 00:00:00 2001 From: Dmitry Boyarintsev <skalogryz.lists@gmail.com> Date: Wed, 18 Sep 2019 14:40:31 -0400 git-svn-id: branches/wasm@45916 -
This commit is contained in:
parent
791db81f8e
commit
62e1f516ca
@ -93,6 +93,7 @@ interface
|
|||||||
{$endif}
|
{$endif}
|
||||||
{$ifdef wasm}
|
{$ifdef wasm}
|
||||||
ait_importexport,
|
ait_importexport,
|
||||||
|
ait_local,
|
||||||
{$endif}
|
{$endif}
|
||||||
{ SEH directives used in ARM,MIPS and x86_64 COFF targets }
|
{ SEH directives used in ARM,MIPS and x86_64 COFF targets }
|
||||||
ait_seh_directive,
|
ait_seh_directive,
|
||||||
@ -234,6 +235,7 @@ interface
|
|||||||
{$endif}
|
{$endif}
|
||||||
{$ifdef wasm}
|
{$ifdef wasm}
|
||||||
'importexport',
|
'importexport',
|
||||||
|
'local',
|
||||||
{$endif}
|
{$endif}
|
||||||
'cfi',
|
'cfi',
|
||||||
'seh_directive'
|
'seh_directive'
|
||||||
@ -343,6 +345,9 @@ interface
|
|||||||
ait_llvmmetadatareftypedconst,
|
ait_llvmmetadatareftypedconst,
|
||||||
ait_llvmmetadatarefoperand,
|
ait_llvmmetadatarefoperand,
|
||||||
{$endif llvm}
|
{$endif llvm}
|
||||||
|
{$ifdef wasm}
|
||||||
|
ait_importexport, ait_local,
|
||||||
|
{$endif wasm}
|
||||||
ait_seh_directive,
|
ait_seh_directive,
|
||||||
ait_cfi
|
ait_cfi
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user