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-19 03:50:07 +0300
committerJan Kotas <jkotas@microsoft.com>2016-10-19 03:51:59 +0300
commitf6ad2c3430ec92b8a6784ea374e93ffcd0b31353 (patch)
treee9559703d0cfa43496c3eb82dbfd8194d6331283 /src/Native/Runtime/portable.cpp
parent8ee93403f7eb7917f5b3b51c1edd6b493e55c11c (diff)
Fix CoreRT build breaks
Diffstat (limited to 'src/Native/Runtime/portable.cpp')
-rw-r--r--src/Native/Runtime/portable.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Native/Runtime/portable.cpp b/src/Native/Runtime/portable.cpp
index 71a6f40ee..a2c0a3064 100644
--- a/src/Native/Runtime/portable.cpp
+++ b/src/Native/Runtime/portable.cpp
@@ -342,17 +342,17 @@ COOP_PINVOKE_HELPER(void, RhpMemoryBarrier, ())
PalMemoryBarrier();
}
-COOP_PINVOKE_HELPER(void, Native_GetThunksBase, ())
+COOP_PINVOKE_HELPER(void, RhpGetThunksBase, ())
{
ASSERT_UNCONDITIONALLY("NYI");
}
-COOP_PINVOKE_HELPER(void, Native_GetNumThunksPerMapping, ())
+COOP_PINVOKE_HELPER(void, RhpGetNumThunksPerBlock, ())
{
ASSERT_UNCONDITIONALLY("NYI");
}
-COOP_PINVOKE_HELPER(void, Native_GetThunkSize, ())
+COOP_PINVOKE_HELPER(void, RhpGetThunkSize, ())
{
ASSERT_UNCONDITIONALLY("NYI");
}