Fix the returned pointer in CopyUp.

svn path=/trunk/; revision=20247
This commit is contained in:
Hartmut Birr 2005-12-18 17:15:39 +00:00
parent 96def9ca4f
commit bc97d24567

View file

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