summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libguile/continuations.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/continuations.c b/libguile/continuations.c
index 479266e99..3f86c6bd4 100644
--- a/libguile/continuations.c
+++ b/libguile/continuations.c
@@ -87,7 +87,7 @@ struct goto_continuation_code goto_continuation_code = {
/* mcode = */ 0,
/* counter = */ 0,
/* start = */ sizeof (struct scm_jit_function_data),
- /* end = */ sizeof (struct goto_continuation_code)
+ /* end = */ sizeof (struct scm_jit_function_data) + 12
},
{
SCM_PACK_OP_24 (instrument_entry, 0),