20814N/Adiff --git a/js/src/jsfun.h b/js/src/jsfun.h
20814N/Aindex a52092c..9555a03 100644
20814N/A--- a/js/src/jsfun.h
20814N/A+++ b/js/src/jsfun.h
20814N/A@@ -144,6 +144,7 @@ struct JSFunction : public JSObject_Slots2
20814N/A void *nativeOrScript;
20814N/A } u;
20814N/A JSAtom *atom; /* name for diagnostics and decompiling */
20814N/A+ void *dummy; /* for building with Solaris Studio */
20814N/A
20814N/A bool optimizedClosure() const { return FUN_KIND(this) > JSFUN_INTERPRETED; }
20814N/A bool needsWrapper() const { return FUN_NULL_CLOSURE(this) && u.i.skipmin != 0; }