Fix the returned pointer in CopyUp.
authorHartmut Birr <osexpert@googlemail.com>
Sun, 18 Dec 2005 17:15:39 +0000 (17:15 +0000)
committerHartmut Birr <osexpert@googlemail.com>
Sun, 18 Dec 2005 17:15:39 +0000 (17:15 +0000)
svn path=/trunk/; revision=20247

reactos/lib/string/i386/memmove_asm.s

index b86a1ec..6b33fed 100644 (file)
@@ -54,7 +54,7 @@ _memmove:
        je      .L3
        rep     movsb
 .L3:
-       mov     16(%ebp),%eax
+       mov     8(%ebp),%eax
        pop     %edi
        pop     %esi
        leave