On 09/27/2017 10:00 AM, David Hildenbrand wrote:
> + case PSW_ASC_HOME:
> + return !(env->cregs[13] & _ASCE_PRIVATE_SPACE);
> + default:
> + /* We don't support access register mode */
> + error_report("unsupported addressing mode");
> + exit(1);I think g_assert_not_reached() is sufficient for cases like this. Oh, it's just code movement. Nevermind, perhaps. Modulo the outcome of discussion on patch 1, Reviewed-by: Richard Henderson <[email protected]> r~
