diff options
| author | Moritz Angermann <moritz.angermann@gmail.com> | 2021-03-12 11:59:11 +0800 |
|---|---|---|
| committer | Moritz Angermann <moritz.angermann@gmail.com> | 2021-03-22 14:17:31 +0800 |
| commit | 0f171f1050f2baea1ede635f66c55a8f62b9244f (patch) | |
| tree | 589674d69c919ba88e1c6dbb2a5dc2eb05656b32 | |
| parent | 96b63a56c8dbb7ec4914eadfd75af7eba5991ec7 (diff) | |
| download | haskell-wip/angerman/aarch64-ncg-origin.tar.gz | |
| -rw-r--r-- | includes/rts/storage/GC.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/rts/storage/GC.h b/includes/rts/storage/GC.h index f11c0ce23f..d9f176f55d 100644 --- a/includes/rts/storage/GC.h +++ b/includes/rts/storage/GC.h @@ -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 |
