author | Sam Lantinga |
Sun, 30 Jan 2011 13:38:57 -0800 | |
branch | SDL-1.2 |
changeset 5127 | 32f0f603a0c8 |
parent 5105 | 99acf3d856cb |
child 5170 | 2fdf3e37f4d1 |
src/video/mmx.h | file | annotate | diff | comparison | revisions |
1.1 --- a/src/video/mmx.h Thu Jan 27 00:33:26 2011 -0800 1.2 +++ b/src/video/mmx.h Sun Jan 30 13:38:57 2011 -0800 1.3 @@ -355,7 +355,7 @@ 1.4 1.5 #define mmx_r2m(op, reg, mem) \ 1.6 __asm__ __volatile__ (#op " %%" #reg ", %0" \ 1.7 - : "=X" (mem) \ 1.8 + : "=m" (mem) \ 1.9 : /* nothing */ ) 1.10 1.11 #define mmx_r2r(op, regs, regd) \