diff options
author | BALATON Zoltan <balaton@eik.bme.hu> | 2024-05-13 01:27:40 +0200 |
---|---|---|
committer | Nicholas Piggin <npiggin@gmail.com> | 2024-05-24 09:41:18 +1000 |
commit | f1418bdeb09d201ea636d061fa6edf1175074a09 (patch) | |
tree | 3993c18616abb8068bf8df861ff165562b03da14 /scripts | |
parent | 269d6f006b855266bb60b3e027a143ae1a654179 (diff) | |
download | qemu-f1418bdeb09d201ea636d061fa6edf1175074a09.zip qemu-f1418bdeb09d201ea636d061fa6edf1175074a09.tar.gz qemu-f1418bdeb09d201ea636d061fa6edf1175074a09.tar.bz2 |
target/ppc: Move else branch to avoid large if block in mmu6xx_get_physical_address()
In mmu6xx_get_physical_address() we have a large if block with a two
line else branch that effectively returns. Invert the condition and
move the else there to allow deindenting the large if block to make
the flow easier to follow.
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions