Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 561780
Collapse All | Expand All

(-)a/thread_pthread.c (-6 / +6 lines)
Lines 722-723 ruby_init_stack(volatile VALUE *addr Link Here
722
    native_main_thread.id = pthread_self();
722
    native_main_thread.id = pthread_self();
723
#ifdef __ia64
724
    if (!native_main_thread.register_stack_start ||
725
        (VALUE*)bsp < native_main_thread.register_stack_start) {
726
        native_main_thread.register_stack_start = (VALUE*)bsp;
727
    }
728
#endif
723
#if MAINSTACKADDR_AVAILABLE
729
#if MAINSTACKADDR_AVAILABLE
Lines 745-752 ruby_init_stack(volatile VALUE *addr Link Here
745
#endif
751
#endif
746
#ifdef __ia64
747
    if (!native_main_thread.register_stack_start ||
748
        (VALUE*)bsp < native_main_thread.register_stack_start) {
749
        native_main_thread.register_stack_start = (VALUE*)bsp;
750
    }
751
#endif
752
    {
752
    {

Return to bug 561780