Hi, This patch fixes the 64 bit instructions ldl, ldr, sdl and sdr on MIPS. To take the 3 least-significant bits, you need to mask the address with 7, and not with 4.
Hervé
unaligned_access64.diff
Description: Binary data
Hi, This patch fixes the 64 bit instructions ldl, ldr, sdl and sdr on MIPS. To take the 3 least-significant bits, you need to mask the address with 7, and not with 4.
Hervé
unaligned_access64.diff
Description: Binary data