diff options
author | BALATON Zoltan <balaton@eik.bme.hu> | 2024-05-27 01:12:41 +0200 |
---|---|---|
committer | Nicholas Piggin <npiggin@gmail.com> | 2024-07-26 09:51:33 +1000 |
commit | 7ee01cf8632e0666f933a88ddd97315cc17cc4e0 (patch) | |
tree | 7ffff08018ddebe7e00449a4753b3a75de7d12cc /system/arch_init.c | |
parent | 3208c36ad34213eee36b1427d8cb944cfa0a192c (diff) | |
download | qemu-7ee01cf8632e0666f933a88ddd97315cc17cc4e0.zip qemu-7ee01cf8632e0666f933a88ddd97315cc17cc4e0.tar.gz qemu-7ee01cf8632e0666f933a88ddd97315cc17cc4e0.tar.bz2 |
target/ppc/mmu_common.c: Remove yet another single use local variable
In ppc6xx_tlb_pte_check() the pp variable is used only once to pass it
to a function parameter with the same name. Remove the local and
inline the value. Also use named constant for the hex value to make it
clearer.
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Diffstat (limited to 'system/arch_init.c')
0 files changed, 0 insertions, 0 deletions