On 3/11/21 1:44 PM, David Hildenbrand wrote:
+ if (exc) {
+#if !defined(CONFIG_USER_ONLY)
+ if (exc == PGM_PROTECTION) {
+ stq_phys(env_cpu(env)->as,
+ env->psa + offsetof(LowCore, trans_exc_code),
+ env->tlb_fill_tec);
+ tcg_s390_program_interrupt(env, PGM_PROTECTION, ra);
+ }
+#endif
+ return 1;
+ }
Only the lo-core store should be within the ifdef. Otherwise, Reviewed-by: Richard Henderson <[email protected]> r~
