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/MiscStubs.asm')
-rw-r--r--src/Native/Runtime/arm64/MiscStubs.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/arm64/MiscStubs.asm b/src/Native/Runtime/arm64/MiscStubs.asm
index ba18a93c2..99c05e4a3 100644
--- a/src/Native/Runtime/arm64/MiscStubs.asm
+++ b/src/Native/Runtime/arm64/MiscStubs.asm
@@ -96,7 +96,7 @@ RhpCheckCctor__SlowPath
EPILOG_RESTORE_REG_PAIR fp, lr, #0x20!
;; tail-call the class lib cctor check function. This function is required to return its first
;; argument, so that x0 can be preserved.
- EPILOG_NOP ret x12
+ EPILOG_NOP br x12
NESTED_END RhpCheckCctor__SlowPath2