* 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>
|
2005-07-24 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
[BZ #1125]
|
[BZ #1125]
|
||||||
|
@ -28,6 +28,7 @@ ENTRY(memset)
|
|||||||
bt.s L_byte_loop_init
|
bt.s L_byte_loop_init
|
||||||
mov r4,r7
|
mov r4,r7
|
||||||
|
|
||||||
|
extu.b r5,r5
|
||||||
swap.b r5,r1
|
swap.b r5,r1
|
||||||
or r1,r5
|
or r1,r5
|
||||||
swap.w r5,r1
|
swap.w r5,r1
|
||||||
|
Loading…
Reference in New Issue
Block a user