Commit cf7ce7a1 authored by Anton Blanchard's avatar Anton Blanchard

ppc64: Fix for memcpy from paulus.

parent e22aa6d3
......@@ -121,7 +121,7 @@ _GLOBAL(memcpy)
cmpwi cr1,r5,8
addi r3,r3,32
sld r9,r9,r10
blt cr1,.Ldo_tail
ble cr1,.Ldo_tail
ld r0,8(r4)
srd r7,r0,r11
or r9,r7,r9
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment