qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] MIPS: Fix 64 bit unaligned-memory access


From: Hervé Poussineau
Subject: [Qemu-devel] [PATCH] MIPS: Fix 64 bit unaligned-memory access
Date: Sat, 5 May 2007 19:26:11 +0200

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é

Attachment: unaligned_access64.diff
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]