On 12/21/21 10:40 PM, Cédric Le Goater wrote:
There is no need to deactivate MMU logging at compile time.Signed-off-by: Cédric Le Goater<c...@kaod.org> --- target/ppc/mmu_common.c | 4 ++-- target/ppc/mmu_helper.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
There's also no need to use #defines. You should just remove these and the ifdefs. r~