Skip to content
Commit ff18143c authored by Pan Xinhui's avatar Pan Xinhui Committed by Rich Felker
Browse files

sh: cmpxchg: fix a bit shift bug in big_endian os

Correct bitoff in big endian OS.
Current code works correctly for 1 byte but not for 2 bytes.

Fixes: 3226aad8

 ("sh: support 1 and 2 byte xchg")
Signed-off-by: default avatarPan Xinhui <xinhui.pan@linux.vnet.ibm.com>
Acked-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Signed-off-by: default avatarRich Felker <dalias@libc.org>
parent 7f155c70
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