summaryrefslogtreecommitdiff
path: root/fnlz_mlc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fnlz_mlc.c')
-rw-r--r--fnlz_mlc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnlz_mlc.c b/fnlz_mlc.c
index 4648ca96..1b168874 100644
--- a/fnlz_mlc.c
+++ b/fnlz_mlc.c
@@ -162,7 +162,7 @@ GC_API void GC_CALL GC_register_disclaim_proc(int kind, GC_disclaim_proc proc,
*my_fl = next;
obj_link(result) = 0;
*(word *)result = (word)fclos | 1;
- PREFETCH_FOR_WRITE(next);
+ GC_PREFETCH_FOR_WRITE(next);
return (word *)result + 1;
}
#endif /* THREAD_LOCAL_ALLOC */