Save one byte of code.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27959 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-10-10 20:07:08 +00:00
parent 877f6beaec
commit 78594e1f21
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ FUNCTION(memset_generic):
1: // lwordwise 1: // lwordwise
// prepare %eax -- the low byte must be copied to the other bytes // prepare %eax -- the low byte must be copied to the other bytes
mov %al, %ah mov %al, %ah
mov %ax, %dx mov %eax, %edx
shl $16, %eax shl $16, %eax
mov %dx, %ax mov %dx, %ax