On 07/21/2017 04:45 AM, Thomas Huth wrote:
+static void tcg_s390_program_interrupt(CPUS390XState *env, uint32_t code,
+                                       int ilen)
+{
+    trigger_pgm_exception(env, code, ilen);
+#ifdef CONFIG_TCG
+    cpu_loop_exit(CPU(s390_env_get_cpu(env)));
+#endif
+}
+

How about the whole body as g_assert_not_reached ifndef.

Otherwise,

Reviewed-by: Richard Henderson <r...@twiddle.net>


r~

Reply via email to