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:
authorPetr Bred <bredpetr@gmail.com>2018-06-05 18:44:49 +0300
committerJan Kotas <jkotas@microsoft.com>2018-06-05 18:44:49 +0300
commitec288c9293ddba9a840630dc898a9b404342304a (patch)
tree610b0222cf68095abb0e05523c1b5cb835a82b1e /src/Native
parent9ff16bea4e48e16edf38675b6e79bcb2c011609f (diff)
[ARM] Fix exception handling asm (#5898)
Signed-off-by: Petr Bred <bredpetr@gmail.com>
Diffstat (limited to 'src/Native')
-rw-r--r--src/Native/Runtime/arm/ExceptionHandling.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/arm/ExceptionHandling.S b/src/Native/Runtime/arm/ExceptionHandling.S
index 2732282e8..19642c47d 100644
--- a/src/Native/Runtime/arm/ExceptionHandling.S
+++ b/src/Native/Runtime/arm/ExceptionHandling.S
@@ -109,7 +109,7 @@ NESTED_ENTRY RhpThrowEx, _TEXT, NoHandler
// where the tail-calling thread had saved LR, which may not match where we have saved LR.
ldr r1, [r0, #OFFSETOF__Thread__m_pvHijackedReturnAddress]
- cbz r1, LOCAL_LABEL(NotHijacked)
+ cbz r1, LOCAL_LABEL(NotHiJacked)
ldr r3, [r0, #OFFSETOF__Thread__m_ppvHijackedReturnAddressLocation]