]> git.proxmox.com Git - mirror_qemu.git/commit
target/mips: Fix handling of unaligned memory access for nanoMIPS ISA
authorDragan Mladjenovic <dragan.mladjenovic@syrmia.com>
Wed, 4 May 2022 11:04:01 +0000 (13:04 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 11 Jun 2022 09:35:54 +0000 (11:35 +0200)
commitdb7596989a67a8f838416f687431f3a0ccb181a0
tree32fba89d078745eaab051ba7fbe16c913fa55cd9
parent14668cfaaf4d6f818d9e6b58dd44b75842654e2a
target/mips: Fix handling of unaligned memory access for nanoMIPS ISA

nanoMIPS ISA does not support unaligned memory access. Adjust
DisasContext's default_tcg_memop_mask to reflect this.

Signed-off-by: Dragan Mladjenovic <dragan.mladjenovic@syrmia.com>
Signed-off-by: Stefan Pejic <stefan.pejic@syrmia.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220504110403.613168-6-stefan.pejic@syrmia.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
target/mips/tcg/translate.c