mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
Fix the returned pointer in CopyUp.
svn path=/trunk/; revision=20247
This commit is contained in:
@@ -54,7 +54,7 @@ _memmove:
|
||||
je .L3
|
||||
rep movsb
|
||||
.L3:
|
||||
mov 16(%ebp),%eax
|
||||
mov 8(%ebp),%eax
|
||||
pop %edi
|
||||
pop %esi
|
||||
leave
|
||||
|
||||
Reference in New Issue
Block a user