diff --git a/sdk/include/crt/mingw32/intrin_x86.h b/sdk/include/crt/mingw32/intrin_x86.h index 5adaf67c7cd..f6300702b40 100644 --- a/sdk/include/crt/mingw32/intrin_x86.h +++ b/sdk/include/crt/mingw32/intrin_x86.h @@ -833,7 +833,7 @@ __INTRIN_INLINE void __movsd(unsigned long * Destination, const unsigned long * { __asm__ __volatile__ ( - "rep; movsd" : + "rep; movsl" : [Destination] "=D" (Destination), [Source] "=S" (Source), [Count] "=c" (Count) : "[Destination]" (Destination), "[Source]" (Source), "[Count]" (Count) );