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>2017-12-30 19:54:29 +0300
committerGitHub <noreply@github.com>2017-12-30 19:54:29 +0300
commit2c0a57703a96af79b3c7ac4184c737bbb9a6fc09 (patch)
tree2aa9bb62b4f7ef35665e529518459adc5bb81224 /src/Native/Runtime/portable.cpp
parent0fae9d362f17b25f3201f23f8e3e2922ddc73b12 (diff)
Cleanup ifdefs (#5156)
* Cleanup ifdefs around RhAllocateThunksMapping * Cleanup FEATURE_DYNAMIC_CODE ifdefs around ICodeManager ICodeManager is not specific to dynamic code anymore
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 336253ae3..fb7231b2d 100644
--- a/src/Native/Runtime/portable.cpp
+++ b/src/Native/Runtime/portable.cpp
@@ -380,6 +380,11 @@ COOP_PINVOKE_HELPER(void, RhpMemoryBarrier, ())
#endif
#if defined(USE_PORTABLE_HELPERS)
+EXTERN_C REDHAWK_API void* __cdecl RhAllocateThunksMapping()
+{
+ return NULL;
+}
+
COOP_PINVOKE_HELPER(void *, RhpGetThunksBase, ())
{
return NULL;