On 6/16/26 12:17, Philippe Mathieu-Daudé wrote:
      case DIAG308_STORE:
      case DIAG308_PV_STORE:
          if (diag308_parm_check(env, r1, addr, ra, true)) {
-            return;
+            break;
          }
          if (subcode == DIAG308_PV_STORE) {
              iplb = s390_ipl_get_iplb_pv();

Why change these return to break, rather than just return false?
There aren't *that* many places where reset_requested are set.


r~

Reply via email to