From 62e1f516ca262f47da97077ec3db31b703bbeb96 Mon Sep 17 00:00:00 2001 From: nickysn Date: Wed, 29 Jul 2020 17:39:36 +0000 Subject: [PATCH] [PATCH 39/83] adding local instruction From 3ae3ecb30c707b1726cab65bd7492341f054f9a9 Mon Sep 17 00:00:00 2001 From: Dmitry Boyarintsev Date: Wed, 18 Sep 2019 14:40:31 -0400 git-svn-id: branches/wasm@45916 - --- compiler/aasmtai.pas | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/compiler/aasmtai.pas b/compiler/aasmtai.pas index 7af9ea9f7b..8b3f680371 100644 --- a/compiler/aasmtai.pas +++ b/compiler/aasmtai.pas @@ -93,6 +93,7 @@ interface {$endif} {$ifdef wasm} ait_importexport, + ait_local, {$endif} { SEH directives used in ARM,MIPS and x86_64 COFF targets } ait_seh_directive, @@ -234,6 +235,7 @@ interface {$endif} {$ifdef wasm} 'importexport', + 'local', {$endif} 'cfi', 'seh_directive' @@ -343,6 +345,9 @@ interface ait_llvmmetadatareftypedconst, ait_llvmmetadatarefoperand, {$endif llvm} +{$ifdef wasm} + ait_importexport, ait_local, +{$endif wasm} ait_seh_directive, ait_cfi ];