Revision 95475216 target-cris/op_helper.c

b/target-cris/op_helper.c
276 276

  
277 277
	/* Clear the X, N and Z flags.  */
278 278
	ccs = ccs & ~(X_FLAG | N_FLAG | Z_FLAG);
279
	if (env->pregs[PR_VR] < 32)
280
		ccs &= ~(V_FLAG | C_FLAG);
279 281
	/* Set the N and Z flags accordingly.  */
280 282
	ccs |= (bset << 3) | (fz << 2);
281 283
	return ccs;

Also available in: Unified diff