diff options
Diffstat (limited to 'libguile/threads.h')
-rw-r--r-- | libguile/threads.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/threads.h b/libguile/threads.h index 66ddb6aba..8c2694d4d 100644 --- a/libguile/threads.h +++ b/libguile/threads.h @@ -119,6 +119,7 @@ typedef struct scm_i_thread { SCM_STACKITEM *continuation_base; /* For keeping track of the stack and registers. */ + SCM vm; SCM_STACKITEM *base; SCM_STACKITEM *top; jmp_buf regs; |