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 having somebody do some spring cleaning of this code I don't want to nitpick it, so I won't :) Acked-by: Nicholas Piggin <[email protected]> > > Signed-off-by: BALATON Zoltan <[email protected]> > --- > target/ppc/cpu.h | 1 + > target/ppc/excp_helper.c | 180 +++++++-------------------------------- > 2 files changed, 33 insertions(+), 148 deletions(-) >
