update for HEAD-2003091401
[reactos.git] / ntoskrnl / mm / i386 / memsafe.s
index f1c610f..248327b 100644 (file)
@@ -30,7 +30,8 @@ _MmSafeCopyFromUserUnsafeStart:
        /*
         * This is really a synthetic instruction since if we incur a
         * pagefault then eax will be set to an appropiate STATUS code
-        */ 
+        */
+       cld 
        rep movsb
 
 _MmSafeCopyFromUserRestart:
@@ -69,7 +70,8 @@ _MmSafeCopyToUserUnsafeStart:
        /*
         * This is really a synthetic instruction since if we incur a
         * pagefault then eax will be set to an appropiate STATUS code
-        */ 
+        */
+       cld 
        rep movsb
 
 _MmSafeCopyToUserRestart: