summaryrefslogtreecommitdiff
path: root/src/jit/target.h
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2017-04-07 11:09:16 -0700
committerGitHub <noreply@github.com>2017-04-07 11:09:16 -0700
commit8b64692d510a8ee11465a5237574b5629f1a91ed (patch)
treea81fac721415204c7d2f6248f2559fb12668c5ee /src/jit/target.h
parent7d4774cacd4da72e3c77731ccf8c9d19496ee9cd (diff)
parentd16bd0a24563d5f3e64255885b7c70a6fba9e87a (diff)
downloadcoreclr-8b64692d510a8ee11465a5237574b5629f1a91ed.tar.gz
coreclr-8b64692d510a8ee11465a5237574b5629f1a91ed.tar.bz2
coreclr-8b64692d510a8ee11465a5237574b5629f1a91ed.zip
Merge pull request #10656 from hseok-oh/ryujit/fix_10654
[RyuJIT/ARM32] [ReadyToRun] Fix target register for invocation to Thunk
Diffstat (limited to 'src/jit/target.h')
-rw-r--r--src/jit/target.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/jit/target.h b/src/jit/target.h
index 6f3648e092..f62d90519b 100644
--- a/src/jit/target.h
+++ b/src/jit/target.h
@@ -1376,6 +1376,10 @@ typedef unsigned short regPairNoSmall; // arm: need 12 bits
#define RBM_VIRTUAL_STUB_PARAM RBM_R4
#define PREDICT_REG_VIRTUAL_STUB_PARAM PREDICT_REG_R4
+ // R2R indirect call. Use the same registers as VSD
+ #define REG_R2R_INDIRECT_PARAM REG_R4
+ #define RBM_R2R_INDIRECT_PARAM RBM_R4
+
// Registers used by PInvoke frame setup
#define REG_PINVOKE_FRAME REG_R4
#define RBM_PINVOKE_FRAME RBM_R4