From adeb8256da9b636648178f729d7b3316a0a8e990 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 8 Jun 2011 08:21:55 +0200 Subject: xserver libX11 mesa git update 8 Jun 2011 --- xorg-server/test/input.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xorg-server/test') diff --git a/xorg-server/test/input.c b/xorg-server/test/input.c index ac37d67a1..837ce49dc 100644 --- a/xorg-server/test/input.c +++ b/xorg-server/test/input.c @@ -1223,8 +1223,11 @@ static void dix_valuator_alloc(void) assert(v); assert(v->numAxes == num_axes); +#ifndef __i386__ + /* must be double-aligned on 64 bit */ assert(((void*)v->axisVal - (void*)v) % sizeof(double) == 0); assert(((void*)v->axes - (void*)v) % sizeof(double) == 0); +#endif num_axes ++; } -- cgit v1.2.3