Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 217097 | Differences between
and this patch

Collapse All | Expand All

(-)libsdl1.2-1.2.13.orig/include/SDL_stdinc.h (+1 lines)
Lines 329-334 Link Here
329
	__asm__ __volatile__ (				\
329
	__asm__ __volatile__ (				\
330
		"std\n\t"				\
330
		"std\n\t"				\
331
		"rep ; movsl\n\t"			\
331
		"rep ; movsl\n\t"			\
332
		"cld\n\t"				\
332
		: "=&c" (u0), "=&D" (u1), "=&S" (u2)	\
333
		: "=&c" (u0), "=&D" (u1), "=&S" (u2)	\
333
		: "0" (n >> 2),				\
334
		: "0" (n >> 2),				\
334
		  "1" (dstp+(n-4)), "2" (srcp+(n-4))	\
335
		  "1" (dstp+(n-4)), "2" (srcp+(n-4))	\

Return to bug 217097