Commit 844280a6 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Merged r3534:3535 from branches/SDL-1.2: Reset direction flag in SDL_revcpy().

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402714
parent 227be092
...@@ -373,6 +373,7 @@ do { \ ...@@ -373,6 +373,7 @@ do { \
__asm__ __volatile__ ( \ __asm__ __volatile__ ( \
"std\n\t" \ "std\n\t" \
"rep ; movsl\n\t" \ "rep ; movsl\n\t" \
"cld\n\t" \
: "=&c" (u0), "=&D" (u1), "=&S" (u2) \ : "=&c" (u0), "=&D" (u1), "=&S" (u2) \
: "0" (n >> 2), \ : "0" (n >> 2), \
"1" (dstp+(n-4)), "2" (srcp+(n-4)) \ "1" (dstp+(n-4)), "2" (srcp+(n-4)) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment