Revision 052e87b0 target-sparc/mmu_helper.c

b/target-sparc/mmu_helper.c
845 845
        }
846 846
    }
847 847
    section = memory_region_find(get_system_memory(), phys_addr, 1);
848
    if (!section.size) {
848
    if (!int128_nz(section.size)) {
849 849
        return -1;
850 850
    }
851 851
    return phys_addr;

Also available in: Unified diff