Author: amunger
Date: Sun Oct 1 23:29:03 2006
New Revision: 24349
URL:
http://svn.reactos.org/svn/reactos?rev=24349&view=rev
Log:
Merge the one line fix from 24273 v. 24276.
Modified:
branches/ros-branch-0_3_1/reactos/lib/rtl/i386/rtlmem.s
Modified: branches/ros-branch-0_3_1/reactos/lib/rtl/i386/rtlmem.s
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_1/reactos/lib/rt…
==============================================================================
--- branches/ros-branch-0_3_1/reactos/lib/rtl/i386/rtlmem.s (original)
+++ branches/ros-branch-0_3_1/reactos/lib/rtl/i386/rtlmem.s Sun Oct 1 23:29:03 2006
@@ -249,7 +249,7 @@
ByteMove:
/* Move what's left */
- rep stosb
+ rep movsb
DoneMove:
/* Restore volatiles */