File: SDL-1.2.14-video_mmx.patch

package info (click to toggle)
libalien-sdl-perl 1.446-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,576 kB
  • sloc: perl: 1,317; ansic: 130; makefile: 4
file content (11 lines) | stat: -r--r--r-- 352 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
--- SDL-1.2.14/src/video/mmx.h	2009-10-13 01:07:15.000000000 +0200
+++ SDL-1.2.14/src/video/mmx.h	2011-06-29 16:36:00.000000000 +0200
@@ -355,7 +355,7 @@
 
 #define	mmx_r2m(op, reg, mem) \
 	__asm__ __volatile__ (#op " %%" #reg ", %0" \
-			      : "=X" (mem) \
+			      : "=m" (mem) \
 			      : /* nothing */ )
 
 #define	mmx_r2r(op, regs, regd) \