Re: [PATCH 08/16] target/mips: Use MO_ALIGN instead of 0

2023-05-10 Thread Philippe Mathieu-Daudé
On 2/5/23 18:08, Richard Henderson wrote: The opposite of MO_UNALN is MO_ALIGN. Signed-off-by: Richard Henderson --- target/mips/tcg/nanomips_translate.c.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 08/16] target/mips: Use MO_ALIGN instead of 0

2023-05-02 Thread Richard Henderson
The opposite of MO_UNALN is MO_ALIGN. Signed-off-by: Richard Henderson --- target/mips/tcg/nanomips_translate.c.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/mips/tcg/nanomips_translate.c.inc b/target/mips/tcg/nanomips_translate.c.inc index b96dcd2ae9..a98dde0d2