Skip to content
Snippets Groups Projects
Verified Commit 0f171f10 authored by Moritz Angermann's avatar Moritz Angermann
Browse files

always darwin

parent 96b63a56
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@ typedef void* AdjustorExecutable;
AdjustorWritable allocateExec(W_ len, AdjustorExecutable *exec_addr);
void flushExec(W_ len, AdjustorExecutable exec_addr);
#if (defined(arm_HOST_ARCH) || defined(aarch64_HOST_ARCH)) && (defined(ios_HOST_OS) || defined(darwin_HOST_OS))
#if defined(ios_HOST_OS) || defined(darwin_HOST_OS)
AdjustorWritable execToWritable(AdjustorExecutable exec);
#endif
#if RTS_LINKER_USE_MMAP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment