mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 618485 - Prefer word types that exist. no_r=red
This commit is contained in:
parent
654d376568
commit
f4fee95fc1
@ -321,7 +321,7 @@ typedef union jsval_layout
|
||||
int32_t i32;
|
||||
uint32_t u32;
|
||||
JSWhyMagic why;
|
||||
jsuword word;
|
||||
uintptr_t word;
|
||||
} payload;
|
||||
} s;
|
||||
double asDouble;
|
||||
|
Loading…
Reference in New Issue
Block a user