diff options
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/rts/storage/GC.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/rts/storage/GC.h b/includes/rts/storage/GC.h index fb5e21e832..1a9203148c 100644 --- a/includes/rts/storage/GC.h +++ b/includes/rts/storage/GC.h @@ -161,6 +161,9 @@ typedef void* AdjustorWritable; typedef void* AdjustorExecutable; AdjustorWritable allocateExec(W_ len, AdjustorExecutable *exec_addr); +#if defined(ios_HOST_OS) +AdjustorWritable execToWritable(AdjustorExecutable exec); +#endif void freeExec (AdjustorExecutable p); // Used by GC checks in external .cmm code: |
