mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 754641 - Fix 32-bit --disable-methodjit builds after bug 739512. r=luke.
This commit is contained in:
parent
1eb560fb00
commit
071de96c1e
@ -440,6 +440,10 @@ struct JSScript : public js::gc::Cell
|
||||
* or has had backedges taken. Reset if the
|
||||
* script's JIT code is forcibly discarded. */
|
||||
|
||||
#if !defined(JS_METHODJIT) && JS_BITS_PER_WORD == 32
|
||||
uint32_t pad32;
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG
|
||||
// Unique identifier within the compartment for this script, used for
|
||||
// printing analysis information.
|
||||
|
Loading…
Reference in New Issue
Block a user