Loading target-sparc/translate.c +2 −1 Original line number Diff line number Diff line Loading @@ -2771,6 +2771,7 @@ target_ulong cpu_get_phys_page_debug(CPUState *env, target_ulong addr) int prot, access_index; if (get_physical_address(env, &phys_addr, &prot, &access_index, addr, 2, 0) != 0) if (get_physical_address(env, &phys_addr, &prot, &access_index, addr, 0, 0) != 0) return -1; return phys_addr; } Loading Loading
target-sparc/translate.c +2 −1 Original line number Diff line number Diff line Loading @@ -2771,6 +2771,7 @@ target_ulong cpu_get_phys_page_debug(CPUState *env, target_ulong addr) int prot, access_index; if (get_physical_address(env, &phys_addr, &prot, &access_index, addr, 2, 0) != 0) if (get_physical_address(env, &phys_addr, &prot, &access_index, addr, 0, 0) != 0) return -1; return phys_addr; } Loading