summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-suite/standalone/test-unwind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/standalone/test-unwind.c b/test-suite/standalone/test-unwind.c
index 460f07ba2..775a4fac5 100644
--- a/test-suite/standalone/test-unwind.c
+++ b/test-suite/standalone/test-unwind.c
@@ -124,7 +124,7 @@ check_cont (int rewindable)
SCM res;
res = scm_internal_catch (SCM_BOOL_T,
- check_cont_body, (void *)rewindable,
+ check_cont_body, (void *)(long)rewindable,
return_tag, NULL);
/* RES is now either the created continuation, the value passed to