Re: [PATCH 11/13] target/arm: Move NeonGenThreeOpEnvFn typedef to translate.h

2021-04-27 Thread Richard Henderson
On 4/13/21 9:07 AM, Peter Maydell wrote: Move the NeonGenThreeOpEnvFn typedef to translate.h together with the other similar typedefs. Signed-off-by: Peter Maydell --- target/arm/translate.h | 2 ++ target/arm/translate.c | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) Reviewed-b

[PATCH 11/13] target/arm: Move NeonGenThreeOpEnvFn typedef to translate.h

2021-04-13 Thread Peter Maydell
Move the NeonGenThreeOpEnvFn typedef to translate.h together with the other similar typedefs. Signed-off-by: Peter Maydell --- target/arm/translate.h | 2 ++ target/arm/translate.c | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/target/arm/translate.h b/target/arm/transla