From 35f71b01652cddfc34a36cb227835ec749ef7783 Mon Sep 17 00:00:00 2001 From: Massimo Valentini Date: Tue, 17 Sep 2013 12:01:17 +0200 Subject: [PATCH] Bug 68300 - GTK3 - Crash when moving window on Windows XP --- pixman/pixman-sse2.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/pixman/pixman-sse2.c b/pixman/pixman-sse2.c index a629565..15fd0db 100644 --- a/pixman/pixman-sse2.c +++ b/pixman/pixman-sse2.c @@ -3188,6 +3188,9 @@ sse2_composite_over_8888_0565 (pixman_implementation_t *imp, } +#if defined (USE_SSE2) && defined(__GNUC__) && !defined(__x86_64__) && !defined(__amd64__) +__attribute__((__force_align_arg_pointer__)) +#endif static void sse2_composite_over_n_8_8888 (pixman_implementation_t *imp, pixman_composite_info_t *info) -- 1.7.6.5