mirror of
https://github.com/yawut/SDL.git
synced 2026-04-18 06:46:04 -05:00
Merged r3534:3535 from branches/SDL-1.2: Reset direction flag in SDL_revcpy().
This commit is contained in:
parent
7cc582cea4
commit
fd734cede6
|
|
@ -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)) \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user