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:
authorsergey ignatov <sergign60@mail.ru>2017-07-21 16:01:46 +0300
committerJan Kotas <jkotas@microsoft.com>2017-07-21 16:01:46 +0300
commit9c10def8aedc28d76d7c14327a3e34f6c90abbcb (patch)
tree885ccbc577ba01a395ca71e003b71d33fb2f8ee9 /src/Native/Runtime/EHHelpers.cpp
parent92e7b8edca747ef8af4df8b8dc4ce2573873f0ae (diff)
[armel tizen] Implemented Interlocked.S stubs (#4187)
Diffstat (limited to 'src/Native/Runtime/EHHelpers.cpp')
-rw-r--r--src/Native/Runtime/EHHelpers.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Native/Runtime/EHHelpers.cpp b/src/Native/Runtime/EHHelpers.cpp
index 2484e3355..9401e915d 100644
--- a/src/Native/Runtime/EHHelpers.cpp
+++ b/src/Native/Runtime/EHHelpers.cpp
@@ -376,8 +376,6 @@ static bool InWriteBarrierHelper(UIntNative faultingIP)
return false;
}
-
-
static UIntNative UnwindWriteBarrierToCaller(
#ifdef PLATFORM_UNIX
PAL_LIMITED_CONTEXT * pContext