Re: [RESEND PATCH 3/6] disas/nanomips: Split out read_u16

2022-11-06 Thread Philippe Mathieu-Daudé
On 6/11/22 03:37, Richard Henderson wrote: Split out a helper function for reading a uint16_t with the correct endianness. Eh I was thinking about that when reviewing the previous patch :) Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- disas/nanomips.c | 48

[RESEND PATCH 3/6] disas/nanomips: Split out read_u16

2022-11-05 Thread Richard Henderson
Split out a helper function for reading a uint16_t with the correct endianness. Signed-off-by: Richard Henderson --- disas/nanomips.c | 48 +++- 1 file changed, 19 insertions(+), 29 deletions(-) diff --git a/disas/nanomips.c b/disas/nanomips.c index 5