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

Collapse All | Expand All

(-)mozilla-release/js/src/vm/Runtime.cpp (-1 / +2 lines)
Lines 321-327 Link Here
321
    PodZero(&asmJSCacheOps);
321
    PodZero(&asmJSCacheOps);
322
322
323
#if JS_STACK_GROWTH_DIRECTION > 0
323
#if JS_STACK_GROWTH_DIRECTION > 0
324
    nativeStackLimit = UINTPTR_MAX;
324
    for (int i=0; i<StackKindCount; i++)
325
        mainThread.nativeStackLimit[i] = UINTPTR_MAX;
325
#endif
326
#endif
326
}
327
}
327
328

Return to bug 494162