Bug 1008473 - Fix breakage on little endian 32 bit builds r=terrence

This commit is contained in:
Jon Coppeard 2014-06-03 16:29:39 +01:00
parent 1d95899d70
commit e3c37fbf79

View File

@ -302,6 +302,7 @@ typedef union jsval_layout
uint32_t boo; // Don't use |bool| -- it must be four bytes.
JSString *str;
JSObject *obj;
js::gc::Cell *cell;
void *ptr;
JSWhyMagic why;
size_t word;