зеркало из https://github.com/mozilla/gecko-dev.git
Bug 618485: Finally remove uintptr_t word payload union member on 64BE, it grows jsval_layout size and is unused. r=luke
This commit is contained in:
Родитель
add7e47f54
Коммит
c068ab70d5
|
@ -321,7 +321,6 @@ typedef union jsval_layout
|
|||
int32_t i32;
|
||||
uint32_t u32;
|
||||
JSWhyMagic why;
|
||||
uintptr_t word;
|
||||
} payload;
|
||||
} s;
|
||||
double asDouble;
|
||||
|
|
Загрузка…
Ссылка в новой задаче