Re: [Qemu-devel] [PATCH v2 59/68] target/arm: Split gen_nop_hint
On Mon, 19 Aug 2019 at 22:39, Richard Henderson wrote: > > Now that there all callers pass a constant value, split the switch > statement into the individual trans_* functions. s/there//. Otherwise Reviewed-by: Peter Maydell thanks -- PMM
[Qemu-devel] [PATCH v2 59/68] target/arm: Split gen_nop_hint
Now that there all callers pass a constant value, split the switch statement into the individual trans_* functions. Signed-off-by: Richard Henderson --- target/arm/translate.c | 67 +++--- 1 file changed, 24 insertions(+), 43 deletions(-) diff --git a/target/