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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/js/src/jsgc.cpp
0
++ b/js/src/jsgc.cpp
Lines 1176-1182 Link Here
1176
1176
1177
    uintptr_t *stackMin, *stackEnd;
1177
    uintptr_t *stackMin, *stackEnd;
1178
#if JS_STACK_GROWTH_DIRECTION > 0
1178
#if JS_STACK_GROWTH_DIRECTION > 0
1179
    stackMin = rt->nativeStackBase;
1179
    stackMin = reinterpret_cast<uintptr_t *>(rt->nativeStackBase);
1180
    stackEnd = cgcd->nativeStackTop;
1180
    stackEnd = cgcd->nativeStackTop;
1181
#else
1181
#else
1182
    stackMin = cgcd->nativeStackTop + 1;
1182
    stackMin = cgcd->nativeStackTop + 1;

Return to bug 502124