Revision d4218d99 target-sparc/cpu.h

b/target-sparc/cpu.h
269 269
	env->psrs = (_tmp & PSR_S)? 1 : 0;				\
270 270
	env->psrps = (_tmp & PSR_PS)? 1 : 0;				\
271 271
	env->psret = (_tmp & PSR_ET)? 1 : 0;				\
272
	cpu_set_cwp(env, _tmp & PSR_CWP & (NWINDOWS - 1));		\
272
        cpu_set_cwp(env, _tmp & PSR_CWP);                               \
273 273
    } while (0)
274 274

  
275 275
#ifdef TARGET_SPARC64

Also available in: Unified diff