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:
authorJan Kotas <jkotas@microsoft.com>2017-09-05 01:44:30 +0300
committerGitHub <noreply@github.com>2017-09-05 01:44:30 +0300
commit29eaf1dc32f005f469fc8ce074e96f255a124b29 (patch)
treee5dc1465851924ae7818aeb8392b14fd7eeda060 /src/Native
parent5b285997eb1dab0dc0ffcf254ac827917f47fbea (diff)
Fixes for Linux ARM (#4441)
Diffstat (limited to 'src/Native')
-rw-r--r--src/Native/Runtime/arm/PInvoke.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/arm/PInvoke.S b/src/Native/Runtime/arm/PInvoke.S
index b6516063f..0f5ce757f 100644
--- a/src/Native/Runtime/arm/PInvoke.S
+++ b/src/Native/Runtime/arm/PInvoke.S
@@ -36,7 +36,7 @@ NESTED_ENTRY RhpPInvoke, _TEXT, NoHandler
ldr r3, =C_FUNC(RhpTrapThreads)
ldr r3, [r3]
- cbnz r3, LOCAL_LABEL(ReturnRareTrapThread) // TrapThreadsFlags_None = 0
+ cbnz r3, LOCAL_LABEL(InvokeRareTrapThread) // TrapThreadsFlags_None = 0
EPILOG_POP "{r5,pc}"