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-10-12 07:01:50 +0300
committerJan Kotas <jkotas@microsoft.com>2016-10-12 07:01:50 +0300
commit1a87ee9c3cbeba11e74b312958d8aed7c3261a3d (patch)
treed4165c713fd90cfaed4fe9540f90067b84beff0b /src/Native/Runtime/portable.cpp
parenta8455f9324e72aad045c3e809c8e120f1d5bacc3 (diff)
Fix Unix build breaks
Diffstat (limited to 'src/Native/Runtime/portable.cpp')
-rw-r--r--src/Native/Runtime/portable.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Native/Runtime/portable.cpp b/src/Native/Runtime/portable.cpp
index 3344df12d..fd7a24c0c 100644
--- a/src/Native/Runtime/portable.cpp
+++ b/src/Native/Runtime/portable.cpp
@@ -244,6 +244,11 @@ COOP_PINVOKE_HELPER(void, RhpCastableObjectDispatchHelper_TailCalled, ())
ASSERT_UNCONDITIONALLY("NYI");
}
+COOP_PINVOKE_HELPER(void, RhpCastableObjectDispatch_CommonStub, ())
+{
+ ASSERT_UNCONDITIONALLY("NYI");
+}
+
// @TODO Implement UniversalTransition
EXTERN_C void * ReturnFromUniversalTransition;
void * ReturnFromUniversalTransition;