summaryrefslogtreecommitdiff
path: root/mach_dep.c
diff options
context:
space:
mode:
Diffstat (limited to 'mach_dep.c')
-rw-r--r--mach_dep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach_dep.c b/mach_dep.c
index 94605a30..4cd7d399 100644
--- a/mach_dep.c
+++ b/mach_dep.c
@@ -334,7 +334,7 @@ GC_INNER void GC_with_callee_saves_pushed(void (*fn)(ptr_t, void *),
/* Strongly discourage the compiler from treating the above */
/* as a tail-call, since that would pop the register */
/* contents before we get a chance to look at them. */
- GC_noop1((word)(&dummy));
+ GC_noop1(COVERT_DATAFLOW(&dummy));
}
#endif /* !SN_TARGET_ORBIS && !SN_TARGET_PSP2 */