target/ppc/mmu_common.c: Convert local variable to bool
authorBALATON Zoltan <balaton@eik.bme.hu>
Sun, 26 May 2024 23:12:48 +0000 (01:12 +0200)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 25 Jul 2024 23:51:34 +0000 (09:51 +1000)
commitaaf5845b87c6acb7f3e95ea8b45947f98c3fdc7e
tree7b3aaec3a414199ed1f1614850f3d844f841e141
parent691cf34f216141138bb0289735a762dd7d812137
target/ppc/mmu_common.c: Convert local variable to bool

In mmu6xx_get_physical_address() ds is used as bool, declare it as
such. Also use named constant instead of hex value.

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