]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/ppc: Deindent ppc_jumbo_xlate()
authorBALATON Zoltan <balaton@eik.bme.hu>
Sun, 12 May 2024 23:27:48 +0000 (01:27 +0200)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 23 May 2024 23:43:06 +0000 (09:43 +1000)
commit9e9ca54cdb493721f8444030e6dcf680400c8d0b
treed9143dcf9e86e75818045d1bde7ea6918f3c396d
parent47bededc299c5cd0cbbf10660405d7076361fbaa
target/ppc: Deindent ppc_jumbo_xlate()

Instead of putting a large block of code in an if, invert the
condition and return early to be able to deindent the code block.

Acked-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
target/ppc/mmu_common.c