From b5dbaf9282d397bc069277d60d336548d9aee761 Mon Sep 17 00:00:00 2001 From: Andrew Munger Date: Sun, 1 Oct 2006 19:29:03 +0000 Subject: [PATCH] Merge the one line fix from 24273 v. 24276. svn path=/branches/ros-branch-0_3_1/; revision=24349 --- reactos/lib/rtl/i386/rtlmem.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/rtl/i386/rtlmem.s b/reactos/lib/rtl/i386/rtlmem.s index 3cc292c1d3a..76826af0861 100644 --- a/reactos/lib/rtl/i386/rtlmem.s +++ b/reactos/lib/rtl/i386/rtlmem.s @@ -249,7 +249,7 @@ DoMove: ByteMove: /* Move what's left */ - rep stosb + rep movsb DoneMove: /* Restore volatiles */