qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 5/7] target/mips: Fix handling of unaligned memory access for


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 5/7] target/mips: Fix handling of unaligned memory access for nanoMips ISA
Date: Fri, 10 Jun 2022 16:13:43 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.10.0

On 4/5/22 13:04, Stefan Pejic wrote:
From: Dragan Mladjenovic <dragan.mladjenovic@syrmia.com>

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>
---
  target/mips/tcg/translate.c | 5 +++--
  1 file changed, 3 insertions(+), 2 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>




reply via email to

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