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:
parent
877f6beaec
commit
78594e1f21
@ -86,7 +86,7 @@ FUNCTION(memset_generic):
|
||||
1: // lwordwise
|
||||
// prepare %eax -- the low byte must be copied to the other bytes
|
||||
mov %al, %ah
|
||||
mov %ax, %dx
|
||||
mov %eax, %edx
|
||||
shl $16, %eax
|
||||
mov %dx, %ax
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user