summaryrefslogtreecommitdiff
path: root/src/vm/arm64/PInvokeStubs.asm
diff options
context:
space:
mode:
authorSteve MacLean <sdmaclea.qdt@qualcommdatacenter.com>2018-04-19 12:22:10 -0400
committerJan Kotas <jkotas@microsoft.com>2018-04-19 09:22:10 -0700
commit094a2e8d1d46f373577c0d5a494547e0ed563f40 (patch)
tree152b74e19ea7873a8712ae4439d453fd1d871881 /src/vm/arm64/PInvokeStubs.asm
parentae0ce20407606a2fbb825eba2352ab5efd3f3d58 (diff)
downloadcoreclr-094a2e8d1d46f373577c0d5a494547e0ed563f40.tar.gz
coreclr-094a2e8d1d46f373577c0d5a494547e0ed563f40.tar.bz2
coreclr-094a2e8d1d46f373577c0d5a494547e0ed563f40.zip
[Arm64/Linux] Fix GenericPInvokeCalliHelper (#17659)
Diffstat (limited to 'src/vm/arm64/PInvokeStubs.asm')
-rw-r--r--src/vm/arm64/PInvokeStubs.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vm/arm64/PInvokeStubs.asm b/src/vm/arm64/PInvokeStubs.asm
index afe2fb4ec8..e21151e179 100644
--- a/src/vm/arm64/PInvokeStubs.asm
+++ b/src/vm/arm64/PInvokeStubs.asm
@@ -124,9 +124,9 @@ __PInvokeGenStubFuncName SETS "$__PInvokeGenStubFuncName":CC:"_RetBuffArg"
;
; in:
; x15 = VASigCookie*
-; x14 = Unmanaged target
+; x12 = Unmanaged target
;
- PINVOKE_STUB GenericPInvokeCalli, x15, x14, {true}
+ PINVOKE_STUB GenericPInvokeCalli, x15, x12, {true}
; ------------------------------------------------------------------
; VarargPInvokeStub_RetBuffArg & VarargPInvokeGenILStub_RetBuffArg