summaryrefslogtreecommitdiffstats
path: root/unwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'unwind.c')
-rw-r--r--unwind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unwind.c b/unwind.c
index 36283748..d9ba3c52 100644
--- a/unwind.c
+++ b/unwind.c
@@ -1093,7 +1093,7 @@ static val revive_cont(val dc, val arg)
if (word >= orig_start - UW_CONT_FRAME_BEFORE &&
word <= orig_end && is_ptr(coerce(val, word)))
{
- *wordptr = word + delta;
+ *wordptr = word + convert(uint_ptr_t, delta);
}
#if HAVE_VALGRIND