On 8/27/26 08:26, Simon Scherer wrote:
      env->fpus = (env->fpus & ~0x4500) | fcom_ccval[ret + 1];
+    /* C1 is unconditionally cleared to 0 */
+    env->fpus &= ~0x0200;

Then merge the mask with the previous: ~0x4700.

r~

Reply via email to