commit | fa7f2cb91b8f6805ec5d8581ca067ac83acc287e | [log] [tgz] |
---|---|---|
author | BALATON Zoltan <balaton@eik.bme.hu> | Mon May 27 01:12:56 2024 +0200 |
committer | Nicholas Piggin <npiggin@gmail.com> | Fri Jul 26 09:51:34 2024 +1000 |
tree | da6dfa9de4ee5dc8c89cd58d2eea1d118611c7b2 | |
parent | 620ba617df15ae0bce3be794c870525e329ab78c [diff] |
target/ppc/mmu_common.c: Init variable in function that relies on it The ppc6xx_tlb_check() relies on the caller to initialise raddr field in ctx. Move this init from the only caller into the function. Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>