mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 840611: Fix build on BE archs (ie ppc) after bug 834242. r=terrence
This commit is contained in:
parent
9a0af56ea0
commit
782f7024e2
@ -513,7 +513,7 @@ js::XDRAtom(XDRState<mode> *xdr, MutableHandleAtom atomp)
|
|||||||
}
|
}
|
||||||
|
|
||||||
JS_ALWAYS_TRUE(xdr->codeChars(chars, nchars));
|
JS_ALWAYS_TRUE(xdr->codeChars(chars, nchars));
|
||||||
atom = AtomizeChars(cx, chars, nchars);
|
atom = AtomizeChars<CanGC>(cx, chars, nchars);
|
||||||
if (chars != stackChars)
|
if (chars != stackChars)
|
||||||
js_free(chars);
|
js_free(chars);
|
||||||
#endif /* !IS_LITTLE_ENDIAN */
|
#endif /* !IS_LITTLE_ENDIAN */
|
||||||
|
Loading…
Reference in New Issue
Block a user