On Sun, Mar 31, 2002 at 11:06:27AM +0200, Andreas Jaeger wrote: > 0x8048847 <_Z4Testv+267>: movaps %xmm0,0x4(%esp,1) > (gdb) p $esp > $1 = (void *) 0xbffff360 > > Not sure what goes wrong here, Alignment trap. esp+4 % 16 == 4. r~