[SVN] r3536 - trunk/SDL/include

svn-owner at libsdl.org svn-owner at libsdl.org
Mon Feb 4 09:25:34 PST 2008


Author: icculus
Date: 2008-02-04 09:25:33 -0800 (Mon, 04 Feb 2008)
New Revision: 3536

Modified:
   trunk/SDL/include/SDL_stdinc.h
Log:
Merged r3534:3535 from branches/SDL-1.2: Reset direction flag in SDL_revcpy().


Modified: trunk/SDL/include/SDL_stdinc.h
===================================================================
--- trunk/SDL/include/SDL_stdinc.h	2008-02-04 17:22:56 UTC (rev 3535)
+++ trunk/SDL/include/SDL_stdinc.h	2008-02-04 17:25:33 UTC (rev 3536)
@@ -373,6 +373,7 @@
 	__asm__ __volatile__ (				\
 		"std\n\t"				\
 		"rep ; movsl\n\t"			\
+		"cld\n\t"				\
 		: "=&c" (u0), "=&D" (u1), "=&S" (u2)	\
 		: "0" (n >> 2),				\
 		  "1" (dstp+(n-4)), "2" (srcp+(n-4))	\



More information about the SVN mailing list