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>2016-06-01 11:32:21 +0300
committerJan Kotas <jkotas@microsoft.com>2016-06-01 11:32:21 +0300
commit40ad74ae8457bc3801be69491bc48eae3b87d5ee (patch)
treead93b0e420637753055f6c7e0a311cc82da27384 /src/Native/Runtime/amd64
parent82acdde53b30474d0681323b08852dc95a789abb (diff)
Fix MacOS build break
[tfs-changeset: 1609573]
Diffstat (limited to 'src/Native/Runtime/amd64')
-rw-r--r--src/Native/Runtime/amd64/ExceptionHandling.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/amd64/ExceptionHandling.S b/src/Native/Runtime/amd64/ExceptionHandling.S
index a1ccd27d0..41833f0f2 100644
--- a/src/Native/Runtime/amd64/ExceptionHandling.S
+++ b/src/Native/Runtime/amd64/ExceptionHandling.S
@@ -339,7 +339,7 @@ ALTERNATE_ENTRY RhpCallCatchFunclet2
mov rdi, [rsp] // rdi <- Thread*
mov rsi, [rsp + locArg3] // rsi <- current ExInfo *
mov rdx, [rdx + OFFSETOF__REGDISPLAY__SP] // rdx <- resume SP value
- call RhpValidateExInfoPop
+ call C_FUNC(RhpValidateExInfoPop)
mov rdx, [rsp + locArg2] // rdx <- dispatch context
mov rax, [rdx + OFFSETOF__REGDISPLAY__pRbx]