Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Merged r3534:3535 from branches/SDL-1.2: Reset direction flag in SDL_…
Browse files Browse the repository at this point in the history
…revcpy().
  • Loading branch information
icculus committed Feb 4, 2008
1 parent 3b7aa9f commit 4c3a92f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/SDL_stdinc.h
Expand Up @@ -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)) \
Expand Down

0 comments on commit 4c3a92f

Please sign in to comment.