Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 414297 | Differences between
and this patch

Collapse All | Expand All

(-)a/js/src/jsapi.cpp (-1 / +1 lines)
Lines 892-898 Link Here
892
    PodZero(&atomState);
892
    PodZero(&atomState);
893
893
894
#if JS_STACK_GROWTH_DIRECTION > 0
894
#if JS_STACK_GROWTH_DIRECTION > 0
895
    nativeStackLimit = UINTPTR_MAX;
895
    mainThread.nativeStackLimit = UINTPTR_MAX;
896
#endif
896
#endif
897
}
897
}
898
898

Return to bug 414297