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:
Ingo Weinhold
2008-10-10 21:49:03 +00:00
parent 78594e1f21
commit 1b3b00c2a1
+1 -1
View File
@@ -106,7 +106,7 @@ FUNCTION(memset_generic):
pop %edi
// return value is the value passed in
mov 12(%ebp), %eax
mov 8(%ebp), %eax
mov %ebp, %esp
pop %ebp