Re: [PATCH 05/12] target/mips: Introduce mo_endian() helper

2024-10-03 Thread Richard Henderson
On 9/30/24 02:10, Philippe Mathieu-Daudé wrote: Introduce mo_endian() which returns the endian MemOp corresponding to the vCPU DisasContext. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/translate.h | 5 + 1 file changed, 5 insertions(+) diff --git a/target/mips/tcg/translat

[PATCH 05/12] target/mips: Introduce mo_endian() helper

2024-09-30 Thread Philippe Mathieu-Daudé
Introduce mo_endian() which returns the endian MemOp corresponding to the vCPU DisasContext. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/translate.h | 5 + 1 file changed, 5 insertions(+) diff --git a/target/mips/tcg/translate.h b/target/mips/tcg/translate.h index 2b6646b339..