mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-21 20:20:24 +02:00
(scm_make_continuation): No longer a critical section.
This commit is contained in:
parent
a4d106c70e
commit
aeba601d56
1 changed files with 0 additions and 2 deletions
|
@ -118,7 +118,6 @@ scm_make_continuation (int *first)
|
|||
struct rv rv;
|
||||
#endif /* __ia64__ */
|
||||
|
||||
SCM_CRITICAL_SECTION_START;
|
||||
SCM_FLUSH_REGISTER_WINDOWS;
|
||||
stack_size = scm_stack_size (thread->continuation_base);
|
||||
continuation = scm_gc_malloc (sizeof (scm_t_contregs)
|
||||
|
@ -131,7 +130,6 @@ scm_make_continuation (int *first)
|
|||
continuation->dframe = scm_i_last_debug_frame ();
|
||||
src = thread->continuation_base;
|
||||
SCM_NEWSMOB (cont, scm_tc16_continuation, continuation);
|
||||
SCM_CRITICAL_SECTION_END;
|
||||
|
||||
#if ! SCM_STACK_GROWS_UP
|
||||
src -= stack_size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue