memset() returned the wrong value. Fascinatingly there's even software
(APR) that uses it. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27960 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -106,7 +106,7 @@ FUNCTION(memset_generic):
|
|||||||
pop %edi
|
pop %edi
|
||||||
|
|
||||||
// return value is the value passed in
|
// return value is the value passed in
|
||||||
mov 12(%ebp), %eax
|
mov 8(%ebp), %eax
|
||||||
|
|
||||||
mov %ebp, %esp
|
mov %ebp, %esp
|
||||||
pop %ebp
|
pop %ebp
|
||||||
|
|||||||
Reference in New Issue
Block a user