Re: [PATCH v2 1/9] target/ppc: Remove static inline

2022-01-03 Thread Richard Henderson
On 1/2/22 10:34 PM, Cédric Le Goater wrote: The compiler should know better how to inline code if necessary. Suggested-by: Richard Henderson Signed-off-by: Cédric Le Goater --- target/ppc/excp_helper.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) Reviewed-by: Richard H

[PATCH v2 1/9] target/ppc: Remove static inline

2022-01-02 Thread Cédric Le Goater
The compiler should know better how to inline code if necessary. Suggested-by: Richard Henderson Signed-off-by: Cédric Le Goater --- target/ppc/excp_helper.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/target/ppc/excp_helper.c b/target/ppc/excp_helper.c inde