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

(-)file_not_specified_in_diff (-4 / +1 lines)
Line  Link Here
0
-- a/js/src/vm/Runtime.cpp
0
++ b/js/src/vm/Runtime.cpp
Lines 300-308 Link Here
300
    PodArrayZero(nativeStackQuota);
300
    PodArrayZero(nativeStackQuota);
301
    PodZero(&asmJSCacheOps);
301
    PodZero(&asmJSCacheOps);
302
302
303
#if JS_STACK_GROWTH_DIRECTION > 0
304
    nativeStackLimit = UINTPTR_MAX;
305
#endif
306
}
303
}
307
304
308
static bool
305
static bool

Return to bug 494162