mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 20:30:28 +02:00
(scm_t_contregs): New 'offset' member for relocating debug frames.
(scm_make_continuation): Set it.
This commit is contained in:
parent
e6e63c5632
commit
5c5c27dc0d
2 changed files with 14 additions and 2 deletions
|
@ -134,6 +134,7 @@ scm_make_continuation (int *first)
|
|||
#if ! SCM_STACK_GROWS_UP
|
||||
src -= stack_size;
|
||||
#endif
|
||||
continuation->offset = continuation->stack - src;
|
||||
memcpy (continuation->stack, src, sizeof (SCM_STACKITEM) * stack_size);
|
||||
|
||||
#ifdef __ia64__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue