mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 02:03:35 +08:00
* sysdeps/sh/memset.S (memset): Correct 2nd argument handling.
This commit is contained in:
parent
9bb50816d4
commit
95029045a3
@ -1,3 +1,7 @@
|
||||
2005-07-24 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
|
||||
|
||||
* sysdeps/sh/memset.S (memset): Correct 2nd argument handling.
|
||||
|
||||
2005-07-24 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
[BZ #1125]
|
||||
|
@ -28,6 +28,7 @@ ENTRY(memset)
|
||||
bt.s L_byte_loop_init
|
||||
mov r4,r7
|
||||
|
||||
extu.b r5,r5
|
||||
swap.b r5,r1
|
||||
or r1,r5
|
||||
swap.w r5,r1
|
||||
|
Loading…
Reference in New Issue
Block a user