summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mach_dep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach_dep.c b/mach_dep.c
index 850a9902..62b7a37b 100644
--- a/mach_dep.c
+++ b/mach_dep.c
@@ -226,7 +226,7 @@ GC_INNER void GC_with_callee_saves_pushed(void (*fn)(ptr_t, void *),
GC_ATTR_NO_SANITIZE_ADDR
{
volatile int dummy;
- void * context = 0;
+ void * volatile context = 0;
# if defined(HAVE_PUSH_REGS)
GC_push_regs();