Align the stack in _pixman_implementation_create_sse2()
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Sat, 18 Jul 2009 21:59:43 +0000 (17:59 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Mon, 20 Jul 2009 02:50:04 +0000 (22:50 -0400)
commit54cad29dc55fc0a670bf87abacd5f45e1289db54
tree6c8cd775d7c032d4316d1ce12d7d19ee69161a26
parent6aa26296f5831bddc9b3f3e3e2ea018fc0cefb75
Align the stack in _pixman_implementation_create_sse2()

When compiled without optimization, GCC will place various temporaries
on the stack. Since Firefox sometimes causes the stack to be aligned
to four bytes, this causes movdqa to generate faults.
pixman/pixman-sse2.c