Re: [RFC v12 28/65] target/arm: fixup sve_exception_el code style before move

2021-03-28 Thread Richard Henderson
On 3/26/21 1:36 PM, Claudio Fontana wrote: before moving over sve_exception_el from the helper code, cleanup the style. Signed-off-by: Claudio Fontana --- target/arm/tcg/helper.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) Reviewed-by: Richard Henderson r~

[RFC v12 28/65] target/arm: fixup sve_exception_el code style before move

2021-03-26 Thread Claudio Fontana
before moving over sve_exception_el from the helper code, cleanup the style. Signed-off-by: Claudio Fontana --- target/arm/tcg/helper.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/target/arm/tcg/helper.c b/target/arm/tcg/helper.c index 5ec8f9c005..e4f18bcaa7 1006