Project

General

Profile

Bug #4612 » fiber-gc-fix.diff

proposed patch - serge_balyuk (Serge Balyuk), 04/26/2011 03:13 AM

View differences:

cont.c (working copy)
/* save thread context */
cont->saved_thread = *th;
cont->saved_thread.local_storage = 0;
cont->saved_thread.machine_stack_start = cont->saved_thread.machine_stack_end = 0;
}
static rb_context_t *
(2-2/2)