Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Native/Runtime/arm64/CallingConventionConverterHelpers.asm')
-rw-r--r--src/Native/Runtime/arm64/CallingConventionConverterHelpers.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/arm64/CallingConventionConverterHelpers.asm b/src/Native/Runtime/arm64/CallingConventionConverterHelpers.asm
index 2d43d5bba..f60e11578 100644
--- a/src/Native/Runtime/arm64/CallingConventionConverterHelpers.asm
+++ b/src/Native/Runtime/arm64/CallingConventionConverterHelpers.asm
@@ -46,7 +46,7 @@ POINTER_SIZE equ 0x08
ldr xip0, [xip0, #POINTER_SIZE] ; get pointer to CallingConventionConverter_CommonCallingStub_PointerData into xip0
ldr x12, [xip0, #POINTER_SIZE] ; get address of UniversalTransitionThunk (which we'll tailcall to later)
ldr xip0, [xip0] ; get address of ManagedCallConverterThunk (target for universal thunk to call)
- ret x12
+ br x12
LEAF_END __jmpstub__CallingConventionConverter_CommonCallingStub
;;