Re: [PATCH v4 18/45] target/arm: Reformat comments in add_cpreg_to_hashtable

2022-05-03 Thread Peter Maydell
On Sun, 1 May 2022 at 07:17, Richard Henderson wrote: > > Put the block comments into the current coding style. > > Signed-off-by: Richard Henderson > --- > target/arm/helper.c | 24 +++- > 1 file changed, 15 insertions(+), 9 deletions(-) Reviewed-by: Peter Maydell thanks

[PATCH v4 18/45] target/arm: Reformat comments in add_cpreg_to_hashtable

2022-04-30 Thread Richard Henderson
Put the block comments into the current coding style. Signed-off-by: Richard Henderson --- target/arm/helper.c | 24 +++- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/target/arm/helper.c b/target/arm/helper.c index 2ed07795d8..b690346469 100644 --- a/target/