20814N/Adiff --git a/gfx/thebes/gfxAlphaRecoverySSE2.cpp b/gfx/thebes/gfxAlphaRecoverySSE2.cpp
20814N/Aindex 8fbe01e..a51e822 100644
20814N/A--- a/gfx/thebes/gfxAlphaRecoverySSE2.cpp
20814N/A+++ b/gfx/thebes/gfxAlphaRecoverySSE2.cpp
20814N/A@@ -53,8 +53,10 @@ static PRUint32 alphaMaski[] __attribute__ ((aligned (16))) =
20814N/A { 0xff000000, 0xff000000, 0xff000000, 0xff000000 };
20814N/A #elif defined(__SUNPRO_CC) && (defined(__i386) || defined(__x86_64__))
20814N/A #pragma align 16 (greenMaski, alphaMaski)
20814N/A-static PRUint32 greenMaski[] = { 0x0000ff00, 0x0000ff00, 0x0000ff00, 0x0000ff00 };
20814N/A-static PRUint32 alphaMaski[] = { 0xff000000, 0xff000000, 0xff000000, 0xff000000 };
20814N/A+static PRUint32 greenMaski[] __attribute__ ((aligned (16))) =
20814N/A+ { 0x0000ff00, 0x0000ff00, 0x0000ff00, 0x0000ff00 };
20814N/A+static PRUint32 alphaMaski[] __attribute__ ((aligned (16))) =
20814N/A+ { 0xff000000, 0xff000000, 0xff000000, 0xff000000 };
20814N/A #endif
20814N/A
20814N/A PRBool