Bug 1030400 - Add sym to the 32 bit big endian branch. r=jorendorff

This commit is contained in:
Steve Singer 2014-06-25 18:48:00 +02:00
parent e8660d0951
commit 9ee04be984

View File

@ -306,6 +306,7 @@ typedef union jsval_layout
uint32_t u32;
uint32_t boo; // Don't use |bool| -- it must be four bytes.
JSString *str;
JS::Symbol *sym;
JSObject *obj;
js::gc::Cell *cell;
void *ptr;