You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libsdl/files/libsdl-1.2.13-cld.patch

15 lines
357 B

fix from upstream for the cld issue on x86
http://bugs.gentoo.org/217097
--- include/SDL_stdinc.h
+++ include/SDL_stdinc.h
@@ -373,6 +373,7 @@ do { \
__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)) \