Revision 0bbd4a0d target-sparc/cpu.h

b/target-sparc/cpu.h
366 366
    } while (0)
367 367
#define GET_CWP64(env) (env->nwindows - 1 - (env)->cwp)
368 368

  
369
#ifndef NO_CPU_IO_DEFS
369 370
static inline void PUT_CWP64(CPUSPARCState *env1, int cwp)
370 371
{
371 372
    if (unlikely(cwp >= env1->nwindows || cwp < 0))
372 373
        cwp = 0;
373 374
    cpu_set_cwp(env1, env1->nwindows - 1 - cwp);
374 375
}
375

  
376
#endif
376 377
#endif
377 378

  
378 379
int cpu_sparc_signal_handler(int host_signum, void *pinfo, void *puc);

Also available in: Unified diff