Fix the returned pointer in CopyUp.
Modified: trunk/reactos/lib/string/i386/memmove_asm.s
--- trunk/reactos/lib/string/i386/memmove_asm.s 2005-12-18 17:05:35 UTC (rev 20246) +++ trunk/reactos/lib/string/i386/memmove_asm.s 2005-12-18 17:15:39 UTC (rev 20247) @@ -54,7 +54,7 @@
je .L3 rep movsb .L3:
- mov 16(%ebp),%eax
+ mov 8(%ebp),%eax
pop %edi pop %esi leave