Re: [PATCH 06/10] target/ppc: Readability improvements in exception handlers

2023-06-14 Thread Nicholas Piggin
On Wed Jun 14, 2023 at 8:07 PM AEST, BALATON Zoltan wrote: > On Wed, 14 Jun 2023, Nicholas Piggin wrote: > > On Mon Jun 12, 2023 at 8:42 AM AEST, BALATON Zoltan wrote: > >> Improve readability by shortening some long comments, removing > >> comments that state the obvious and dropping some empty li

Re: [PATCH 06/10] target/ppc: Readability improvements in exception handlers

2023-06-14 Thread BALATON Zoltan
On Wed, 14 Jun 2023, Nicholas Piggin wrote: On Mon Jun 12, 2023 at 8:42 AM AEST, BALATON Zoltan wrote: Improve readability by shortening some long comments, removing comments that state the obvious and dropping some empty lines so they don't distract when reading the code. Some changes are a m

Re: [PATCH 06/10] target/ppc: Readability improvements in exception handlers

2023-06-13 Thread Nicholas Piggin
On Mon Jun 12, 2023 at 8:42 AM AEST, BALATON Zoltan wrote: > Improve readability by shortening some long comments, removing > comments that state the obvious and dropping some empty lines so they > don't distract when reading the code. Some changes are a matter of taste, but in the interest of hav

[PATCH 06/10] target/ppc: Readability improvements in exception handlers

2023-06-11 Thread BALATON Zoltan
Improve readability by shortening some long comments, removing comments that state the obvious and dropping some empty lines so they don't distract when reading the code. Signed-off-by: BALATON Zoltan --- target/ppc/cpu.h | 1 + target/ppc/excp_helper.c | 180 +++---