Bug 754641 - Fix 32-bit --disable-methodjit builds after bug 739512. r=luke.

This commit is contained in:
Nicholas Nethercote 2012-05-22 18:37:09 -07:00
parent 1eb560fb00
commit 071de96c1e

View File

@ -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.